comparison vendor/pear/console_commandline/composer.json @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
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 }