-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 971 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
{
"require": {
"symfony/var-dumper":"*",
"php": ">=5.4",
"doctrine/dbal": "~2.3",
"erusev/parsedown-extra": "~0.1",
"kriswallsmith/assetic": "~1.1",
"linkorb/jsmin-php": "~1.0",
"oyejorge/less.php": "~1.7",
"symfony/yaml": "2.5.*",
"twig/twig": "~1.13",
"league/csv": "~7.0"
},
"require-dev": {
"october/rain":"@dev",
"phpunit/phpunit": "~4.0",
"illuminate/database": "5.0.*",
"illuminate/filesystem": "5.0.*",
"illuminate/html": "5.0.*",
"illuminate/queue": "5.0.*",
"illuminate/support": "5.0.*",
"illuminate/mail": "5.0.*",
"illuminate/events": "5.0.*",
"illuminate/view": "5.0.*",
"swiftmailer/swiftmailer": "~5.1",
"symfony/config": "2.5.*",
"symfony/translation": "2.5.*"
},
"autoload": {
"classmap": [
"models"
]
}
}