-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.15 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
{
"name": "lefuturiste/php-api",
"description": "Slim3 app api template",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "lefuturiste",
"email": "contact@lefuturiste.fr"
}
],
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"require": {
"ext-json": "*",
"slim/slim": "^4.5",
"vlucas/phpdotenv": "^5.1",
"http-interop/http-factory-guzzle": "^1.0",
"php-di/slim-bridge": "^3.0",
"tracy/tracy": "^2.5",
"lefuturiste/validator": "^1.0",
"firebase/php-jwt": "^5.0",
"lefuturiste/localstorage": "^1.4",
"nopjmp/discord-webhooks": "^0.3.1",
"pagerfanta/pagerfanta": "^v3.6.1",
"akrabat/ip-address-middleware": "^2.1",
"illuminate/database": "^9.10",
"robmorgan/phinx": "^0.12.10",
"slim/http": "^1.2",
"slim/psr7": "^1.5",
"illuminate/pagination": "^9.10",
"mibe/feedwriter": "^1.1",
"debril/feed-io": "^5.1",
"ext-fileinfo": "*",
"gumlet/php-image-resize": "^2.0",
"cocur/slugify": "^4.1"
}
}