-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.17 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
{
"name": "lefuturiste/slim3-template",
"description": "This is simple template of slimframework 3 and integrations of others php librarys.",
"type": "project",
"authors": [
{
"name": "Le_Futuriste",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"App\\": "App/"
}
},
"license": "MIT",
"require": {
"slim/slim": "^3.8",
"slim/twig-view": "^2.2",
"hassankhan/config": "^0.10.0",
"guzzlehttp/guzzle": "^6.3",
"jimmiw/php-time-ago": "^2.0",
"vlucas/phpdotenv": "^2.4",
"simplon/mysql": "^2.2",
"monolog/monolog": "^1.23",
"symfony/console": "^3.3",
"symfony/translation": "^3.3",
"symfony/twig-bridge": "^3.3",
"lefuturiste/slim-whoops": "^0.6.2",
"lefuturiste/monolog-discord-handler": "^0.1.2",
"tracy/tracy": "^2.4",
"php-di/php-di": "^5.4",
"lefuturiste/Slim-Bridge": "^1.0.5",
"doctrine/cache": "^1.7",
"lefuturiste/validator": "^1.0",
"paragonie/constant_time_encoding": "^2.2",
"laravie/parser": "^1.2"
}
}