changed composer setting to match all requirements.
This commit is contained in:
parent
2bd0ffaa4c
commit
baf7dca6d0
@ -15,11 +15,11 @@
|
|||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"yiisoft/yii2": "dev-master",
|
"yiisoft/yii2": "*",
|
||||||
"yiisoft/yii2-swiftmailer": "dev-master",
|
"yiisoft/yii2-swiftmailer": "*",
|
||||||
"yiisoft/yii2-bootstrap": "dev-master",
|
"yiisoft/yii2-bootstrap": "*",
|
||||||
"yiisoft/yii2-debug": "dev-master",
|
"yiisoft/yii2-debug": "*",
|
||||||
"yiisoft/yii2-gii": "dev-master"
|
"yiisoft/yii2-gii": "*"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-create-project-cmd": [
|
"post-create-project-cmd": [
|
||||||
|
Loading…
Reference in New Issue
Block a user