Files
Console/composer.json
T
2026-08-10 14:23:19 -04:00

31 lines
860 B
JSON

{
"name": "potter/console",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Console\\": "src/Potter/Console/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable",
"require": {
"potter/container": ">=0.0.1",
"psr/container": ">=2.0.2",
"symfony/console": ">=8.1.4",
"symfony/deprecation-contracts": ">=3.7.1",
"symfony/polyfill-ctype": ">=1.37.0",
"symfony/polyfill-intl-grapheme": ">=1.41.0",
"symfony/polyfill-intl-normalizer": ">=1.38.0",
"symfony/polyfill-mbstring": ">=1.38.2",
"symfony/polyfill-php85": ">=1.41.0",
"symfony/service-contracts": ">=3.7.1",
"symfony/string": ">=8.1.2"
}
}