You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PhpCliProgram/composer.json

38 lines
1.2 KiB
JSON

{
"name": "jrosset/cliprogram",
"description": "An enhanced version of Symfony console commands",
"keywords": [ ],
"minimum-stability": "stable",
"require": {
"php": "^7.4 || ^8.0",
"symfony/console": "^5.4 || ^6.0",
"jrosset/betterphptoken": "^1.0",
"jrosset/collections": "^2.3"
},
"autoload": {
"psr-4": {
"jrosset\\": "src/",
"jrosset\\Tests\\": "tests"
},
"exclude-from-classmap": [ "tests/" ]
},
"readme": "README.md",
"homepage": "https://git.jrosset.ovh/jrosset/PhpCliProgram",
"license": "CC-BY-4.0",
"authors": [
{
"name": "Julien Rosset",
"email": "jul.rosset@gmail.com"
}
],
"support": {
"email": "jul.rosset@gmail.com",
"issues": "https://git.jrosset.ovh/jrosset/PhpCliProgram/issues",
"wiki": "https://git.jrosset.ovh/jrosset/PhpCliProgram/wiki",
"docs": "https://git.jrosset.ovh/jrosset/PhpCliProgram/wiki",
"source": "https://git.jrosset.ovh/jrosset/PhpCliProgram"
}
}