mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-02-20 03:11:26 +01:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"yiisoft/yii2": ">=2.0.5",
|
|
"yiisoft/yii2-bootstrap": "*",
|
|
"yiisoft/yii2-swiftmailer": "*",
|
|
"rmrevin/yii2-minify-view": "*",
|
|
"react/event-loop": "0.3.*",
|
|
"cboden/ratchet": "^0.3.4",
|
|
"bower-asset/handlebars": "^4.0",
|
|
"bower-asset/spectrum": "^1.8",
|
|
"bower-asset/snackbarjs": "dev-fixes",
|
|
"rmrevin/yii2-fontawesome": "~2.12",
|
|
"linslin/yii2-curl": "1.0.8",
|
|
"shifrin/yii2-noty": "^1.0",
|
|
"ratchet/pawl": "^0.2.2",
|
|
"voskobovich/yii2-many-many-behavior": "^3.2",
|
|
"kartik-v/yii2-widgets": "^3.4",
|
|
"kartik-v/yii2-datecontrol": "^1.9",
|
|
"voskobovich/yii2-linker-behavior": "4.0.1-rc",
|
|
"bower-asset/js-cookie": "^2.1",
|
|
"bower-asset/chart.js": ">=2.5",
|
|
"bower-asset/fontawesome-iconpicker": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"yiisoft/yii2-debug": "*",
|
|
"yiisoft/yii2-gii": "*"
|
|
},
|
|
"config": {
|
|
"process-timeout": 1800
|
|
},
|
|
"extra": {
|
|
"asset-installer-paths": {
|
|
"npm-asset-library": "vendor/npm",
|
|
"bower-asset-library": "vendor/bower"
|
|
},
|
|
"asset-repositories": [
|
|
{
|
|
"type": "bower-github",
|
|
"url": "https://github.com/CyanoFresh/snackbarjs",
|
|
"name": "bower-asset/snackbarjs"
|
|
}
|
|
]
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": "php init --env=Development --overwrite=n"
|
|
}
|
|
}
|