-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 765 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 765 Bytes
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": {
"vlucas/phpdotenv": "2.2.*",
"monolog/monolog": "1.17.*",
"slim/slim": "2.6.*",
"slim/views": "0.1.*",
"slim/extras": "2.0.*",
"twig/twig": "1.24.*",
"illuminate/database": "5.2.*",
"illuminate/events": "5.2.*",
"robmorgan/phinx": "0.5.*",
"mobiledetect/mobiledetectlib": "2.8.*",
"respect/validation": "1.0.*",
"guzzlehttp/guzzle": "6.1.*",
"codegyre/robo": "0.7.*"
},
"require-dev": {
"codeception/codeception": "2.2.*",
"codeception/phpbuiltinserver": "1.2.*"
},
"config": {
"bin-dir": "bin/"
},
"autoload": {
"psr-0": {
"": ["config/", "app/", "lib/"]
}
}
}