2021-05-10 00:23:30 +00:00
|
|
|
{
|
|
|
|
"name": "symfony\/console",
|
|
|
|
"type": "library",
|
|
|
|
"description": "Eases the creation of beautiful and testable command line interfaces",
|
|
|
|
"keywords": [
|
|
|
|
"console",
|
|
|
|
"cli",
|
|
|
|
"command line",
|
|
|
|
"terminal"
|
|
|
|
],
|
|
|
|
"homepage": "https:\/\/symfony.com",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https:\/\/symfony.com\/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.5",
|
2021-06-01 12:39:02 +00:00
|
|
|
"symfony\/deprecation-contracts": "^2.1",
|
2021-05-10 00:23:30 +00:00
|
|
|
"symfony\/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony\/polyfill-php73": "^1.8",
|
2021-07-21 13:46:30 +00:00
|
|
|
"symfony\/polyfill-php80": "^1.16",
|
2021-05-10 00:23:30 +00:00
|
|
|
"symfony\/service-contracts": "^1.1|^2",
|
|
|
|
"symfony\/string": "^5.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony\/config": "^4.4|^5.0",
|
|
|
|
"symfony\/event-dispatcher": "^4.4|^5.0",
|
|
|
|
"symfony\/dependency-injection": "^4.4|^5.0",
|
|
|
|
"symfony\/lock": "^4.4|^5.0",
|
|
|
|
"symfony\/process": "^4.4|^5.0",
|
|
|
|
"symfony\/var-dumper": "^4.4|^5.0",
|
2021-07-19 05:06:26 +00:00
|
|
|
"psr\/log": "^1|^2"
|
2021-05-10 00:23:30 +00:00
|
|
|
},
|
|
|
|
"provide": {
|
2021-07-19 05:06:26 +00:00
|
|
|
"psr\/log-implementation": "1.0|2.0"
|
2021-05-10 00:23:30 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony\/event-dispatcher": "",
|
|
|
|
"symfony\/lock": "",
|
|
|
|
"symfony\/process": "",
|
|
|
|
"psr\/log": "For using the console logger"
|
|
|
|
},
|
|
|
|
"conflict": {
|
2021-07-19 05:06:26 +00:00
|
|
|
"psr\/log": ">=3",
|
2021-05-10 00:23:30 +00:00
|
|
|
"symfony\/dependency-injection": "<4.4",
|
|
|
|
"symfony\/dotenv": "<5.1",
|
|
|
|
"symfony\/event-dispatcher": "<4.4",
|
|
|
|
"symfony\/lock": "<4.4",
|
|
|
|
"symfony\/process": "<4.4"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2021-08-24 05:31:50 +00:00
|
|
|
"RectorPrefix20210824\\Symfony\\Component\\Console\\": ""
|
2021-05-10 00:23:30 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"\/Tests\/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev"
|
|
|
|
}
|