forked from silverorange/swat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 821 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
33
34
35
36
37
38
39
40
{
"name": "silverorange/swat",
"description": "Web application toolkit.",
"type": "library",
"keywords": [ "swat", "toolkit", "widget" ],
"homepage": "https://code.silverorange.com/Swat",
"license": "LGPL-2.1",
"authors": [
{
"name": "Michael Gauthier",
"email": "mike@silverorange.com"
},
{
"name": "Nathan Frederikson",
"email": "nathan@silverorange.com"
},
{
"name": "Isaac Grant",
"email": "isaac@silverorange.com"
},
{
"name": "Nick Burka",
"email": "nick@silverorange.com"
},
{
"name": "Steven Garrity",
"email": "steven@silverorange.com"
}
],
"require" : {
"php": ">=5.1.5",
"ext-iconv": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"silverorange/concentrate": ">=0.0.13"
},
"autoload": {
"classmap": [ "Swat", "SwatI18N", "SwatDB" ]
}
}