forked from rustyJ4ck/SatCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
54 lines (43 loc) · 1.12 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "sursoft/satcms",
"description": "satcms",
"keywords": ["cms", "satcms"],
"authors": [
{
"name": "Golovkin Vladimir",
"email": "[email protected]"
}
],
"require": {
"spekkionu/wideimage": "*",
"symfony/console": "2.4.*",
"symfony/debug": "2.4.*",
"symfony/finder": "2.4.*",
"symfony/process": "2.4.*",
"symfony/validator": "2.4.*",
"symfony/http-foundation": "2.4.*",
"filp/whoops": "1.*",
"doctrine/dbal": "2.5.*",
"phpmailer/phpmailer": "dev-master",
"firephp/firephp-core": "dev-master"
},
"require-dev": {
"fzaninotto/faker": "1.2.*@dev"
},
"require-obsolete": {
"guzzle/guzzle": "~3.1",
"mrclay/minify": "*",
"smarty/smarty": "dev-trunk"
},
"autoload": {
"classmap": [],
"files": [],
"psr-4": {
"SatCMS\\": "src/"
}
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev"
}