0
|
1 {
|
|
2 "name": "pear/console_commandline",
|
|
3 "description": "A full featured command line options and arguments parser.",
|
|
4 "type": "library",
|
|
5 "keywords": [
|
|
6 "console"
|
|
7 ],
|
|
8 "homepage": "https://github.com/pear/Console_CommandLine",
|
|
9 "license": "MIT",
|
|
10 "authors": [
|
|
11 {
|
|
12 "name": "Richard Quadling",
|
|
13 "email": "rquadling@gmail.com"
|
|
14 },
|
|
15 {
|
|
16 "name": "David Jean Louis",
|
|
17 "email": "izimobil@gmail.com"
|
|
18 }
|
|
19 ],
|
|
20 "require": {
|
|
21 "php": ">=5.3.0",
|
|
22 "pear/pear_exception": "^1.0.0",
|
|
23 "ext-dom": "*",
|
|
24 "ext-xml": "*"
|
|
25 },
|
|
26 "autoload": {
|
|
27 "psr-0": {
|
|
28 "Console": "./"
|
|
29 }
|
|
30 },
|
|
31 "include-path": [
|
|
32 ""
|
|
33 ],
|
|
34 "support": {
|
|
35 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_CommandLine",
|
|
36 "source": "https://github.com/pear/Console_CommandLine"
|
|
37 },
|
|
38 "require-dev": {
|
|
39 "phpunit/phpunit": "*"
|
|
40 }
|
|
41 }
|