Update PHP requirements after bumping Codeception (#219)

This commit is contained in:
Robert Korulczyk 2019-12-24 11:09:46 +01:00 committed by Alexander Makarov
parent eaabb0fdb4
commit d9dd911eee
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ DIRECTORY STRUCTURE
REQUIREMENTS
------------
The minimum requirement by this project template that your Web server supports PHP 5.4.0.
The minimum requirement by this project template that your Web server supports PHP 5.6.0.
INSTALLATION

View File

@ -14,7 +14,7 @@
},
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"php": ">=5.6.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0"
@ -23,7 +23,7 @@
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/codeception": "4.0.x-dev | ^4.0",
"codeception/codeception": "^4.0",
"codeception/verify": "~0.5.0 || ~1.1.0",
"codeception/specify": "~0.4.6",
"symfony/browser-kit": ">=2.7 <=4.2.4",