-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 766 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 766 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
{
"name": "cornford/bootstrapper",
"description": "An easy way to intergrate Twitter Bootstrap with Laravel.",
"keywords": ["laravel", "bootstrap", "twitter", "form", "alerts", "views", "templates"],
"license": "MIT",
"authors": [
{
"name": "Bradley Cornford",
"email": "me@bradleycornford.co.uk"
}
],
"require": {
"php": ">=5.4.0",
"laravelcollective/html": "5.*",
"illuminate/support": "5.*",
"illuminate/http": "5.*"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"mockery/mockery": "~0.9.1"
},
"autoload": {
"psr-0": {
"Cornford\\Bootstrapper": "src/"
}
},
"minimum-stability": "stable"
}