diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a8e3af..fd7a27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 2.32 + +- Add support for MercureBundle ^0.4.1 and Mercure ^0.7.0 + ## 2.30 - Ensure compatibility with PHP 8.5 diff --git a/composer.json b/composer.json index 65c5b83..8469d8c 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "symfony/config": "^5.4|^6.0|^7.0|^8.0", "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", "symfony/http-kernel": "^5.4|^6.0|^7.0|^8.0", - "symfony/mercure-bundle": "^0.3.4", + "symfony/mercure-bundle": "^0.3.4|^0.4.1", "symfony/mercure-notifier": "^5.4|^6.0|^7.0|^8.0", "symfony/stimulus-bundle": "^2.9.1", "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0"