-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.64 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
51
52
{
"name": "slimer/slimer-core",
"version": "1.2.5",
"description": "Slimer sketon framework fundamental library slimer-core",
"keywords": ["slim", "slimer", "mvc"],
"homepage": "https://github.com/cw1427/Slimer",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Shawn Chen",
"email": "[email protected]",
"homepage": "https://github.com/cw1427/Slimer/wiki"
}
],
"require": {
"php": "^5.6",
"guzzlehttp/guzzle" : "^6.3",
"justinrainbow/json-schema" : ">=1.3.7",
"monolog/monolog" : ">=1.11.0",
"slim/slim": "3.12.2",
"bryanjhv/slim-session": "~3.0",
"slim/twig-view": "^2.2",
"slim/flash": "^0.2.0",
"slim/csrf": "^0.8.2",
"kanellov/slim-twig-flash": "^0.2.0",
"akrabat/rka-slim-session-middleware": "^2.0",
"potievdev/slim-rbac": "^1.0",
"pimple/pimple": "^3.0",
"catfan/Medoo": "1.7.6",
"symfony/ldap": "^3.4.15",
"nochso/html-compress-twig": "^2.0",
"ext-pdo": "*",
"robmorgan/phinx": "@stable",
"respect/validation": "^1",
"symfony/console": "^3.4",
"dflydev/fig-cookies": "^1.0.2",
"nette/mail": "~2.4.5",
"adrianfalleiro/slim-cli-runner": "~2.4",
"mikehaertl/php-shellcommand": "~1.4.1",
"pwfisher/command-line-php": "dev-master",
"tuupola/slim-basic-auth": "~2.3.0",
"owasp/phprbac": "~2.0.0"
},
"autoload": {
"psr-4":{
"Slimer\\": "src/Slimer/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}