Update composer.json

updated yii2 constraint for #151
This commit is contained in:
Carsten Brandt 2017-11-06 15:10:58 +01:00 committed by GitHub
parent 525f988d68
commit 812d8d5178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0.5",
"yiisoft/yii2": "~2.0.13",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0"
},