forked from Gradwell/CommandLineLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 767 Bytes
/
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
{
"name": "phix/commandlinelib",
"description": "CommandLineLib provides a high-quality command line parser via a fluent interface",
"keywords": [
"args parser",
"getopt"
],
"homepage": "https://github.com/stuartherbert/CommandLineLib/",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Stuart Herbert",
"email": "stuart@stuartherbert.com",
"homepage": "http://www.stuartherbert.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/stuartherbert/CommandLineLib/issues",
"source": "https://github.com/stuartherbert/CommandLineLib/"
},
"autoload": {
"psr-0": { "" : "src/php/" }
},
"require": {
"phix/contractlib": "2.*",
"phix/validationlib": "4.*"
},
"require-dev": {
"phix/autoloader": "4.*"
}
}