-
Notifications
You must be signed in to change notification settings - Fork 176
/
composer.json
51 lines (51 loc) · 1.28 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "crisu83/yiistrap",
"description": "Twitter Bootstrap for the Yii PHP framework.",
"keywords": ["bootstrap", "yii"],
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Christoffer Niska",
"email": "[email protected]",
"homepage": "http://www.cniska.net/"
},
{
"name": "Antonio Ramirez",
"email": "[email protected]",
"homepage": "http://www.ramirezcobos.com/"
}
],
"require": {
"twbs/bootstrap": "^3.3.0"
},
"require-dev": {
"codeception/codeception": "@stable",
"crisu83/yii-composer": ">=1.0.0",
"yiisoft/yii": ">=1.1.13",
"apigen/apigen": "~4.0"
},
"scripts": {
"post-install-cmd": [
"Crisu83\\YiiComposer\\InstallHandler::setPermissions"
]
},
"extra": {
"branch-alias": {
"dev-develop": "2.0.x-dev"
},
"yii-install-writable": [
"tests/_log"
]
},
"autoload": {
"classmap": [
"behaviors/",
"components/",
"form/",
"helpers/",
"widgets/",
"gii/bootstrap/BootstrapCode.php"
]
}
}