-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 857 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 857 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
{
"name": "augusthur/slim-starter-kit",
"description": "A Slim Framework skeleton application for rapid development",
"homepage": "http://github.com/augusthur/slim-starter-kit",
"license": "MIT",
"require": {
"php": ">=5.5.0",
"slim/slim": "^3.0",
"slim/twig-view": "^2.0",
"monolog/monolog": "^1.17",
"slim/flash": "^0.1.0",
"illuminate/database": "^5.1",
"swiftmailer/swiftmailer": "^5.4",
"facebook/graph-sdk": "^5.4.4",
"jotform/jotform-api-php": "dev-master",
"adbario/slim-secure-session-middleware": "^1.2.2",
"league/flysystem": "^1.0",
"respect/validation": "^1.1.12",
"intervention/image": "^2.3",
"emojione/emojione": "^3.0"
},
"autoload": {
"psr-4": {
"App\\": "src"
}
}
}