Update composer.json to require PHP 7.3 or higher.

This commit is contained in:
Wilmer Arambula
2024-03-21 06:58:47 -03:00
parent aec3b79e6d
commit daae9cf9fe

View File

@ -63,7 +63,7 @@
"source": "https://github.com/yiisoft/yii2"
},
"require": {
"php": ">=5.4.0",
"php": ">=7.3.0",
"ext-mbstring": "*",
"ext-ctype": "*",
"lib-pcre": "*",