[Notify][Turbo] Add support for MercureBundle ^0.4.0 and Mercure ^0.7.0

This commit is contained in:
Hugo Alliaume
2025-11-22 09:14:44 +01:00
parent a1463b96b7
commit 80c5982459
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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"