forked from jeffwhitfield/silverstripe-bootstrap-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
26 lines (26 loc) · 787 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
{
"name": "makreig/silverstripe-bootstrap-theme",
"description": "A re-write of a SilverStripe Bootstrap theme that incorporates HTML5 Boilerplate, Twitter Bootstrap, and Font Awesome",
"type": "silverstripe-theme",
"keywords": ["silverstripe", "theme"],
"license": "Apache-2.0",
"authors": [
{
"name": "Mark Anderson",
"homepage": "http://ilateral.co.uk"
}
],
"require": {
"composer/installers": "*",
"silverstripe/framework": ">=3.0"
},
"support": {
"issues": "https://github.com/jeffwhitfield/silverstripe-bootstrap-theme/issues"
},
"extra": {
"installer-name": "bootstrap"
},
"replace": {
"jeffwhitfield/silverstripe-bootstrap-theme": "*"
}
}