diff --git a/CHANGELOG.md b/CHANGELOG.md index a75d5c48a1..cda71d530c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Yii2 Queue Extension Change Log ----------------------- - Bug #380: Fixed amqp-interop queue/listen signal handling (tarinu) - +- Enh #388: `symfony/process 5.0` compatibility (leandrogehlen) 2.3.0 June 04, 2019 ------------------- @@ -17,7 +17,7 @@ Yii2 Queue Extension Change Log ------------------ - Bug #220: Updated to the latest amqp-lib (alexkart) -- Enh #293: Add `handle` method to `\yii\queue\sqs\Queue` that provides public access for `handleMessage` which can be +- Enh #293: Add `handle` method to `\yii\queue\sqs\Queue` that provides public access for `handleMessage` which can be useful for handling jobs by webhooks (alexkart) - Enh #332: Add AWS SQS FIFO support (kringkaste, alexkart) diff --git a/composer.json b/composer.json index f38e0f6b6d..43ae5d103f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=5.5.0", "yiisoft/yii2": "~2.0.14", - "symfony/process": "^3.3||^4.0" + "symfony/process": "^3.3||^4.0||^5.0" }, "require-dev": { "yiisoft/yii2-redis": "*",