forked from luisneto98/Wandarena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·44 lines (42 loc) · 1.26 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": "luisneto98/slim3-skeleton",
"description": "Simple Slim Framework 3 skeleton with Doctrine ODM, Monolog, Slim Session and JWT. Based project Akrabat.",
"license": "BSD-3-Clause",
"type": "project",
"keywords": ["slim-framework", "skeleton", "JWT", "Doctrine"],
"authors": [
{
"name": "Rob Allen",
"email": "[email protected]",
"homepage": "http://akrabat.com"
},
{
"name": "Dilson Rabelo",
"email": "[email protected]",
"homepage": "http://www.dilsonjunior.eti.br"
},
{
"name": "Luis Alves",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"App\\": "app/src"
}
},
"require": {
"slim/slim": "^3.0",
"slim/flash": "^0.1.0",
"monolog/monolog": "^1.13",
"slim/http-cache": "^0.3.0",
"namshi/jose": "^7.2",
"phpunit/phpunit": "^5.5",
"dilsonjlrjr/slim3-auth": "^1.0",
"slim/twig-view": "^2.1",
"dilsonjlrjr/slim3-annotation": "^1.0.0",
"zendframework/zend-validator": "^2.8",
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/mongodb-odm": "^1.2"
}
}