2015-03-17 15:23:18 +02:00
|
|
|
{
|
|
|
|
|
"require": {
|
2023-05-22 23:45:03 +02:00
|
|
|
"phing/phing": "3.0.0-RC5",
|
|
|
|
|
"guzzlehttp/guzzle": "7.7.x-dev"
|
2021-09-27 15:04:15 +03:00
|
|
|
},
|
2022-01-19 10:55:56 +02:00
|
|
|
"minimum-stability": "dev",
|
2021-09-27 15:04:15 +03:00
|
|
|
"autoload": {
|
|
|
|
|
"classmap": ["classes/"]
|
2022-01-19 10:55:56 +02:00
|
|
|
},
|
|
|
|
|
"config": {
|
2022-01-19 11:00:37 +02:00
|
|
|
"platform": {
|
2023-04-06 16:14:13 +02:00
|
|
|
"php": "7.4"
|
2022-01-19 11:00:37 +02:00
|
|
|
},
|
2022-01-19 10:55:56 +02:00
|
|
|
"allow-plugins": {
|
|
|
|
|
"phing/phing-composer-configurator": true
|
|
|
|
|
}
|
2015-03-17 15:23:18 +02:00
|
|
|
}
|
|
|
|
|
}
|