forked from PreviewTechnologies/pst-stack
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
executable file
·39 lines (39 loc) · 942 Bytes
/
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": "koelle25/pst-stack",
"description": "Propel-Slim-Twig PHP Application Stack. The most sophisticated application stack for starting any PHP application in a minute.",
"keywords": [
"microframework",
"rest",
"router",
"propel",
"slim",
"twig",
"stack",
"skeleton"
],
"homepage": "https://github.com/koelle25/pst-stack",
"license": "MIT",
"require": {
"php": ">=7.0.0",
"monolog/monolog": "^1.22",
"slim/slim": "^3.8",
"propel/propel": "~2.0@dev",
"ircmaxell/password-compat": "^1.0",
"respect/validation": "^1.1",
"slim/twig-view": "^2.2",
"slim/flash": "^0.4.0",
"hassankhan/config": "^0.11.2",
"slim/csrf": "^0.8.1",
"kanellov/slim-twig-flash": "^0.2.0",
"oscarotero/psr7-middlewares": "^3.20",
"ircmaxell/random-lib": "^1.2"
},
"autoload": {
"classmap": [
"app/"
],
"psr-4": {
"App\\": "app"
}
}
}