mirror of
https://github.com/Dannecron/test-php8-attributes.git
synced 2025-12-25 13:22:34 +03:00
initial commit
This commit is contained in:
17
composer.json
Normal file
17
composer.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "dannecron/test-php8",
|
||||
"type": "project",
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"guzzlehttp/guzzle": "7.2.0",
|
||||
"adhocore/cli": "0.8.4",
|
||||
"sarahman/simple-filesystem-cache": "1.0.2",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user