This commit is contained in:
2022-10-23 01:39:27 +02:00
parent 8c17aab483
commit 1929b84685
4130 changed files with 479334 additions and 0 deletions

16
vendor/corneltek/getoptionkit/composer.json vendored Executable file
View File

@@ -0,0 +1,16 @@
{
"name": "corneltek/getoptionkit",
"homepage": "http://github.com/c9s/GetOptionKit",
"description": "Powerful command-line option toolkit",
"require": {
"php": ">=5.3.0"
},
"license": "MIT",
"authors": [ { "name": "Yo-An Lin", "email": "yoanlin93@gmail.com" } ],
"autoload": {
"psr-4": {
"GetOptionKit\\": "src/"
}
},
"extra": { "branch-alias": { "dev-master": "2.6.x-dev" } }
}