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.
36 lines
1.1 KiB
JSON
36 lines
1.1 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": "^6.0",
|
|
"jrosset/betterphptoken": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"jrosset\\": "src/"
|
|
},
|
|
"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"
|
|
}
|
|
}
|