forked from vanting/RedSlim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 716 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 716 Bytes
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
{
"name": "redslim/redslim",
"type": "library",
"description": "RedSlim (Slim + Twig + Redbean), a PHP micro framework",
"keywords": ["microframework", "rest", "router"],
"homepage": "https://github.com/vanting/RedSlim",
"license": "MIT",
"authors": [
{
"name": "Van Ting",
"email": "vanting@gmail.com"
}
],
"require": {
"php": ">=5.3.2",
"slim/slim": "2.4.*",
"slim/extras": "2.0.*",
"slim/views":"0.1.*",
"twig/twig": "1.*",
"twig/extensions": "*",
"gabordemooij/redbean": "*",
"raveren/kint": "dev-master"
},
"config": {
"preferred-install": "dist"
}
}