-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (43 loc) · 1.13 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
{
"name": "biomioai",
"authors": [
{
"name": "Orest Zagaiskyi",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"App\\": "app/src"
}
},
"scripts": {
"post-install-cmd": [
"composer dumpautoload -o"
],
"post-update-cmd": [
"composer dumpautoload -o"
]
},
"require": {
"php": ">=5.5.0",
"slim/slim": "^3.1",
"slim/php-view": "^2.0",
"monolog/monolog": "^1.17",
"slim/twig-view": "^2.0",
"cartalyst/sentinel": "^2.0",
"illuminate/database": "^5.2",
"illuminate/events": "^5.2",
"phpmailer/phpmailer": "^5.2",
"symfony/http-foundation": "^3.0",
"slim/csrf": "^0.6.0",
"slim/http-cache": "^0.3.0",
"slim/flash": "^0.1.0",
"facebook/php-sdk-v4": "^5.1",
"markstory/mini-asset": "^1.1",
"j4mie/idiorm": "v1.5.1",
"mandrill/mandrill": "1.0.55",
"akrabat/rka-slim-session-middleware": "dev-master",
"mailgun/mailgun-php": "1.6"
}
}