-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (49 loc) · 1.36 KB
/
composer.json
File metadata and controls
54 lines (49 loc) · 1.36 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name" : "chevron/chevron",
"type" : "library",
"description" : "a simple set of useful tools",
"homepage" : "http://github.com/chevronphp/chevron",
"license" : "BSD-3-Clause",
"authors" : [
{
"name" : "Jon Henderson",
"role" : "Developer",
"homepage" : "http://github.com/henderjon"
}
],
"support" : {
"irc" : "irc://irc.freenode.org/henderjon"
},
"require": {
"php" : ">=5.4",
"chevron/argv" : "~4.0",
"chevron/containers" : "~5.0",
"chevron/db" : "~4.0",
"chevron/errhandler" : "~1.0",
"chevron/kernel" : "~0.8",
"chevron/loggers" : "~5.0",
"chevron/objectloader" : "~1.0",
"chevron/widgets" : "~3.0",
"chevron/hash" : "~0.0",
"chevron/html" : "~0.0",
"henderjon/drop" : "~1.0",
"henderjon/is_cli" : "~1.0",
"henderjon/weights_and_measures": "~3.0"
},
"require-dev": {
"phpunit/phpunit" : "~4.0",
"psr/log" : "~1.0",
"henderjon/redis" : "~1.0"
},
"suggest" : {
"corpus/autoloader" : "~1.0",
"funkatron/funit" : "~1.0",
"aws/aws-sdk-php" : "~2.5",
"phpdocumentor/phpdocumentor": "~2.0"
},
"autoload": {
"psr-4": {
"": "src/"
}
}
}