-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1009 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 1009 Bytes
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
{
"name" : "allnetwork-web",
"type" : "project",
"description" : "AllNetwork Website",
"keywords" : [
"MVC"
],
"homepage" : "http://www.allnetwork.org",
"license" : "GPLv3",
"authors" : [{
"name" : "BusDev Committee AllNetwork",
"email" : "busdev@allnetwork.org"
}
],
"support" : {
"issues" : "https://github.com/IrcAllnetwork/allnetwork-web/issues",
"email" : "support@allnetwork.org"
},
"autoload": {
"psr-4": {
"": "src/"
}
},
"require": {
"transformatika/utility": "dev-master",
"transformatika/config": "dev-master",
"propel/propel": "~2.0@dev",
"transformatika/mvc": "^2.1",
"zendframework/zend-session": "^2.7",
"zendframework/zend-crypt": "^3.2",
"zendframework/zend-http": "^2.6",
"swiftmailer/swiftmailer": "^5.4"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.8",
"phpunit/phpunit": "^6.0"
}
}