forked from crisu83/yiistrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.07 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
{
"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-dev": {
"codeception/codeception": "@stable",
"crisu83/yii-composer": ">=1.0.0",
"yiisoft/yii": ">=1.1.13"
},
"scripts": {
"post-install-cmd": [
"Crisu83\\YiiComposer\\InstallHandler::setPermissions"
]
},
"extra": {
"yii-install-writable": [
"tests/_log"
]
},
"autoload": {
"classmap": [
"behaviors/",
"components/",
"form/",
"helpers/",
"widgets/"
]
}
}