Added Yiistrap
This commit is contained in:
43
www/protected/extensions/bootstrap/composer.json
Normal file
43
www/protected/extensions/bootstrap/composer.json
Normal file
@@ -0,0 +1,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": "christoffer.niska@gmail.com",
|
||||
"homepage": "http://www.cniska.net/"
|
||||
},
|
||||
{
|
||||
"name": "Antonio Ramirez",
|
||||
"email": "ramirez.cobos@gmail.com",
|
||||
"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/"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user