Update minimum PHP version requirement from 7.3 to 7.4. (#20539)

This commit is contained in:
Wilmer Arambula
2025-09-25 18:08:30 -03:00
committed by GitHub
parent de3bd9e592
commit 973a55f90e
25 changed files with 25 additions and 24 deletions

View File

@ -32,6 +32,7 @@ Yii Framework 2 Change Log
- Enh #20525: Add `@template` annotations for all actions (max-s-lab)
- Bug #20524: Fix PHPStan/Psalm annotations in `Yii::createObject` (max-s-lab)
- Bug #20530: Fix notice "Object of class DateTimeImmutable could not be converted to int" in `CookieCollection::has` (max-s-lab)
- Enh #20539: Update minimum PHP version requirement from `7.3` to `7.4` (terabytesoftw)
2.0.53 June 27, 2025

View File

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