-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
27 lines (27 loc) · 889 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
27
{
"name": "phundament/p3bootstrap",
"description": "Bootstrap Theme for Phundament",
"keywords": ["yii", "bootstrap", "theme"],
"homepage": "https://github.com/schmunk42/p3bootstrap",
"type": "yii-theme",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Tobias Munk",
"email": "[email protected]",
"homepage": "http://www.usrbin.de"
}
],
"require": {
"php": ">=5.3.0",
"yiisoft/yii" : "1.1.*",
"phundament/p3pages": ">=0.17",
"phundament/p3widgets": ">=0.11",
"clevertech/yiibooster": ">=1.0,<3.0"
},
"suggest": {
"crisu83/yii-less:>=2.0": "LESS compiler",
"twitter/bootstrap": "Source files for LESS customization",
"phundament/lessii": "Blueprint to Bootstrap LESS translation library, helpful for older Yii modules"
}
}