forked from jswhetstone/Slim-Skeleton-Bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 979 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 979 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
28
29
{
"name": "jswhetstone/slim-skeleton-bootstrap",
"description": "A Slim Framework skeleton application with Bootstrap3; based on Slim-Skeleton by Josh Lockhart.",
"keywords": ["microframework","rest","router","slim","bootstrap","boostrap3","less"],
"homepage": "http://github.com/jswhetstone/Slim-Skeleton-Bootstrap",
"license": "MIT",
"authors": [
{
"name": "Jacob Whetstone",
"email": "hello@jswhetstone.com",
"homepage": "http://jswhetstone.com"
},
{
"name": "Josh Lockhart",
"email": "info@joshlockhart.com",
"homepage": "http://www.joshlockhart.com/"
}
],
"require": {
"php": ">=5.3.0",
"monolog/monolog": "1.*",
"slim/slim": "2.*",
"slim/views": "0.*",
"twig/twig": "1.*",
"components/jquery": "1.*",
"components/bootstrap" : "3.*",
"jswhetstone/twig-extension" : "dev-master"
}
}