mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-03-05 01:24:03 +01:00
40 lines
952 B
JSON
40 lines
952 B
JSON
{
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"yiisoft/yii2": ">=2.0.5",
|
|
"yiisoft/yii2-bootstrap": "*",
|
|
"yiisoft/yii2-swiftmailer": "*",
|
|
"rmrevin/yii2-minify-view": "*",
|
|
"cboden/ratchet": "^0.3.4",
|
|
"bower-asset/handlebars": "^4.0",
|
|
"bower-asset/spectrum": "^1.8",
|
|
"rmrevin/yii2-fontawesome": "~2.12",
|
|
"dmstr/yii2-adminlte-asset": "2.*",
|
|
"linslin/yii2-curl": "1.0.8",
|
|
"shifrin/yii2-noty": "^1.0",
|
|
"devristo/phpws": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"yiisoft/yii2-codeception": "*",
|
|
"yiisoft/yii2-debug": "*",
|
|
"yiisoft/yii2-gii": "*",
|
|
"yiisoft/yii2-faker": "*"
|
|
},
|
|
"config": {
|
|
"process-timeout": 1800
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/Devristo/phpws"
|
|
}
|
|
],
|
|
"extra": {
|
|
"asset-installer-paths": {
|
|
"npm-asset-library": "vendor/npm",
|
|
"bower-asset-library": "vendor/bower"
|
|
}
|
|
}
|
|
}
|