init
This commit is contained in:
16
vendor/corneltek/getoptionkit/composer.json
vendored
Executable file
16
vendor/corneltek/getoptionkit/composer.json
vendored
Executable 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" } }
|
||||
}
|
||||
Reference in New Issue
Block a user