mirror of
https://github.com/gantry/gantry5.git
synced 2025-02-25 18:55:21 -06:00
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"require": {
|
|
"phing/phing": "3.0.0-RC5",
|
|
"guzzlehttp/guzzle": "7.7.x-dev"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"autoload": {
|
|
"classmap": ["classes/"]
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.4"
|
|
},
|
|
"allow-plugins": {
|
|
"phing/phing-composer-configurator": true
|
|
}
|
|
}
|
|
}
|