mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
Update composer.json to require PHP 7.3 or higher.
This commit is contained in:
@ -63,7 +63,7 @@
|
|||||||
"source": "https://github.com/yiisoft/yii2"
|
"source": "https://github.com/yiisoft/yii2"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=7.3.0",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"lib-pcre": "*",
|
"lib-pcre": "*",
|
||||||
|
|||||||
Reference in New Issue
Block a user