Fixed gii extension composer.json

This commit is contained in:
Alexander Kochetov
2015-02-26 04:20:58 +03:00
parent 75911261ed
commit d5ff4df1ef

View File

@ -18,8 +18,8 @@
} }
], ],
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-bootstrap": "*", "yiisoft/yii2-bootstrap": "~2.0.0",
"phpspec/php-diff": ">=1.0.2", "phpspec/php-diff": ">=1.0.2",
"bower-asset/typeahead.js": "0.10.*" "bower-asset/typeahead.js": "0.10.*"
}, },