-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 804 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 804 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
30
{
"require": {
"slim/slim": "^3.0",
"slim/twig-view": "^2.1",
"illuminate/database": "^5.2",
"respect/validation": "^1.1",
"slim/csrf": "^0.7.0",
"slim/flash": "^0.1.0",
"aptoma/twig-markdown": "^3.0",
"erusev/parsedown": "^1.6",
"guzzlehttp/guzzle": "^6.2",
"robthree/twofactorauth": "^1.5",
"ircmaxell/random-lib": "^1.2",
"monolog/monolog": "^1.21",
"zeuxisoo/slim-whoops": "0.6.*",
"twig/twig": "~2.0",
"mailgun/mailgun-php": "^2.3",
"php-http/guzzle6-adapter": "^1.1",
"crossjoin/pre-mailer": "^1.0",
"aidantwoods/secureparsedown": "^1.0"
},
"autoload": {
"psr-4": {
"Sleeti\\": "app"
}
},
"config": {
"optimize-autoloader": true
}
}