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.
phpcommandline/composer.json

33 lines
1.1 KiB
JSON

{
"name": "jrosset/commandline",
"description": "Command line management library (CLI)",
"keywords": [ "cli", "parser" ],
"minimum-stability": "dev",
"require": {
"php": ">= 7.4"
},
"autoload": {
"psr-4": {
"jrosset\\": "src/"
},
"exclude-from-classmap": [ "Tests/" ]
},
"readme": "README.md",
"homepage": "https://git.jrosset.ovh/darkelfe14728/PhpCommandLine",
"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/darkelfe14728/PhpCommandLine/issues",
"wiki": "https://git.jrosset.ovh/darkelfe14728/PhpCommandLine/wiki",
"docs": "https://git.jrosset.ovh/darkelfe14728/PhpCommandLine/wiki",
"source": "https://git.jrosset.ovh/darkelfe14728/PhpCommandLine"
}
}