forked from emmacharp/symphony-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 963 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
{
"name": "symphonycms/symphony-2",
"version": "2.6.11",
"description": "Symphony is a PHP & MySQL based CMS that utilises XML and XSLT as its core technologies.",
"homepage": "http://www.getsymphony.com",
"license": "MIT",
"authors": [
{
"name": "Symphony Team",
"email": "[email protected]"
}
],
"support": {
"forum": "http://www.getsymphony.com/discuss/",
"issues": "https://github.com/symphonycms/symphony-2/issues",
"wiki": "https://github.com/symphonycms/symphony-2/wiki"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*"
},
"minimum-stability": "stable",
"autoload": {
"classmap": ["symphony/content", "symphony/lib", "symphony/template", "install"],
"files": [
"symphony/lib/boot/func.utilities.php",
"symphony/lib/boot/defines.php",
"symphony/lib/toolkit/util.validators.php"
]
}
}