mirror of
https://github.com/Dannecron/test-php8-attributes.git
synced 2025-12-25 13:22:34 +03:00
18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|