Skip to content

Commit

Permalink
Update composer.json to require PHP 7.3 or higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Mar 21, 2024
1 parent aec3b79 commit daae9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down

0 comments on commit daae9cf

Please sign in to comment.