-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
50 lines (50 loc) · 1.47 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
45
46
47
48
49
50
{
"name": "dkben/slim4-api-jwt",
"description": "slim4 + jwt + api",
"license": "MIT",
"version": "1.0.0",
"require": {
"slim/slim": "4.0.0",
"slim/psr7": "^0.6.0",
"nyholm/psr7": "^1.2",
"nyholm/psr7-server": "^0.3.0",
"guzzlehttp/psr7": "^1.6",
"http-interop/http-factory-guzzle": "^1.0",
"zendframework/zend-diactoros": "^2.1",
"doctrine/orm": "^2.6.2",
"symfony/yaml": "^4.3",
"php-di/php-di": "^6.0",
"monolog/monolog": "^1.25",
"swiftmailer/swiftmailer": "^6.2",
"doctrine/cache": "^1.8",
"predis/predis": "^1.1",
"ext-redis": "*",
"doctrine/annotations": "^1.8",
"ext-fileinfo": "*",
"ext-json": "*",
"ralouphie/mimey": "^2.1",
"gregwar/image": "^2.0",
"gregwar/captcha": "^1.1",
"tuupola/slim-jwt-auth": "^3.4",
"vlucas/phpdotenv": "^3.6",
"doctrine/data-fixtures": "^1.3",
"doctrine/migrations": "^2.2",
"jms/serializer": "^1.14",
"maknz/slack": "^1.7",
"slim/twig-view": "^2.5",
"mrrio/shellwrap": "^0.4.1",
"webmozart/assert": "^1.6",
"zircote/swagger-php": "^3.0"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"phpspec/phpspec": "^5.1",
"fzaninotto/faker": "^1.9",
"phpstan/phpstan": "^0.12.8"
}
}