diff --git a/CHANGELOG.md b/CHANGELOG.md index f81187ba8..f6913f5b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Yii2 Queue Extension Change Log - Enh #503: The `opis/closure` package did not support PHP 8.1 and was replaced by the `laravel/serializable-closure` package (@s1lver) - Enh #544: Applying Yii2 coding standards (@s1lver) - Bug #563: Fix `@property` annotations in `InfoAction` and `Queue` drivers (mspirkov) +- Enh #564: Allow `symfony/process` `^8.0` (lukascernydis) 2.3.8 January 08, 2026 ---------------------- diff --git a/composer.json b/composer.json index 20a742fd6..0f85b6144 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=8.3", "yiisoft/yii2": "~2.0.54", - "symfony/process": "^7.0", + "symfony/process": "^7.0||^8.0", "laravel/serializable-closure": "^v2.0.0" }, "require-dev": {