Update PHP requirements after bumping Codeception (#219)
This commit is contained in:
parent
eaabb0fdb4
commit
d9dd911eee
@ -37,7 +37,7 @@ DIRECTORY STRUCTURE
|
|||||||
REQUIREMENTS
|
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
|
INSTALLATION
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.6.0",
|
||||||
"yiisoft/yii2": "~2.0.14",
|
"yiisoft/yii2": "~2.0.14",
|
||||||
"yiisoft/yii2-bootstrap": "~2.0.0",
|
"yiisoft/yii2-bootstrap": "~2.0.0",
|
||||||
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0"
|
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0"
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"yiisoft/yii2-debug": "~2.1.0",
|
"yiisoft/yii2-debug": "~2.1.0",
|
||||||
"yiisoft/yii2-gii": "~2.1.0",
|
"yiisoft/yii2-gii": "~2.1.0",
|
||||||
"yiisoft/yii2-faker": "~2.0.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/verify": "~0.5.0 || ~1.1.0",
|
||||||
"codeception/specify": "~0.4.6",
|
"codeception/specify": "~0.4.6",
|
||||||
"symfony/browser-kit": ">=2.7 <=4.2.4",
|
"symfony/browser-kit": ">=2.7 <=4.2.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user