-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name" : "jvo/core",
"description" : "Core John VanOrange classes",
"homepage" : "https://github.com/JohnVanOrange/Core",
"authors" : [
{
"name" : "Cameron Bulock",
"email" : "cameron@bulock.com",
"homepage" : "http://cameron.bulock.com",
"role" : "Developer"
}
],
"support" : {
"issues" : "https://github.com/cbulock/JohnVanOrange/issues",
"wiki" : "https://github.com/cbulock/JohnVanOrange/wiki",
"source" : "https://github.com/cbulock/JohnVanOrange"
},
"require" : {
"php" : ">=5.5",
"davewid/peyote": "0.7.*",
"swiftmailer/swiftmailer": "5.*",
"gavroche/browser": "2.2.*",
"rych/bytesize": "1.0.*",
"tpyo/amazon-s3-php-class": "dev-master",
"twig/twig": "1.14.*",
"ext-imagick" : "*",
"ext-gettext" : "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "0.6.*",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload" : {
"psr-4" : {
"JohnVanOrange\\API\\" : "src/API",
"JohnVanOrange\\Core\\" : "src/Core"
}
}
}