30 lines
821 B
JSON
30 lines
821 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": {
|
|
"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"
|
|
}
|
|
}
|