forked from silverorange/admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 973 Bytes
/
composer.json
File metadata and controls
47 lines (47 loc) · 973 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
39
40
41
42
43
44
45
46
47
{
"name": "silverorange/admin",
"description": "Framework for backend admin website.",
"type": "library",
"keywords": [ "framework", "admin", "management" ],
"homepage": "https://github.com/silverorange/admin",
"license": "LGPL-2.1",
"authors": [
{
"name": "Charles Waddell",
"email": "charles@silverorange.com"
},
{
"name": "Isaac Grant",
"email": "isaac@silverorange.com"
},
{
"name": "Michael Gauthier",
"email": "mike@silverorange.com"
},
{
"name": "Nathan Frederikson",
"email": "nathan@silverorange.com"
},
{
"name": "Nick Burka",
"email": "nick@silverorange.com"
},
{
"name": "Steven Garrity",
"email": "steven@silverorange.com"
}
],
"require": {
"php": ">=5.3.0",
"silverorange/net_notifier": "^0.4.1",
"silverorange/site": "^4.11.0",
"silverorange/swat": "^2.7.0",
"silverorange/xml_rpc_ajax": "^1.0.12"
},
"autoload": {
"classmap": [ "Admin/" ]
},
"include-path": [
"./"
]
}