-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
29 lines (28 loc) · 960 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
{
"require":{
"php": ">=5.4.0",
"filp/whoops": "1.1.*",
"illuminate/container": "4.2.*",
"symfony/debug": "2.5.*",
"symfony/http-kernel": "2.5.*",
"symfony/http-foundation": "2.5.*",
"ircmaxell/password-compat": "~1.0",
"symfony/finder": "2.5.*",
"symfony/routing": "2.5.*",
"doctrine/dbal": "2.5.*",
"patchwork/utf8": "1.1.*",
"symfony/console": "2.6.*",
"monolog/monolog": "~1.20",
"guzzlehttp/guzzle": "5.3.*",
"nesbot/carbon": "~1.19",
"predis/predis": "1.0.*",
"smarty/smarty": "~3.1"
},
"autoload": {
"classmap": [
],
"files": [
"library/support/helpers.php"
]
}
}