-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
39 lines (39 loc) · 1.06 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "pear2/console_commandline",
"description": "Full featured package for managing command-line applications.",
"keywords": ["pear2", "console", "CLI", "commandline", "arguments", "parser"],
"homepage": "http://pear2.php.net/PEAR2_Console_CommandLine",
"license": "MIT",
"authors": [
{
"name": "David JEAN LOUIS",
"email": "[email protected]",
"role": "lead"
},
{
"name": "Brett Bieber",
"email": "[email protected]",
"role": "helper"
},
{
"name": "Vasil Rangelov",
"email": "[email protected]",
"role": "helper"
}
],
"support": {
"issues": "http://github.com/pear2/Console_CommandLine/issues"
},
"require": {
"php": ">=5.3.0"
},
"suggest": {
"ext-dom": "Required when parsing definitions from an XML file"
},
"autoload": {
"psr-0": {
"PEAR2\\Console\\CommandLine": "src/"
}
},
"minimum-stability": "dev"
}