mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 01:17:13 +08:00
Update minimum PHP version requirement from 7.3 to 7.4. (#20539)
This commit is contained in:
@ -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
|
||||
|
||||
@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user