17 lines
456 B
JSON
Executable File
17 lines
456 B
JSON
Executable File
{
|
|
"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" } }
|
|
}
|