8000 bug #62524 [Notifier][Mercure] Add support for Mercure 0.7 (Kocal) · symfony/symfony@93910ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 93910ab

Browse files
committed
bug #62524 [Notifier][Mercure] Add support for Mercure 0.7 (Kocal)
This PR was merged into the 7.3 branch. Discussion ---------- [Notifier][Mercure] Add support for Mercure 0.7 | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | yes <!-- if yes, also update src/**/CHANGELOG.md --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Issues | Fix #... <!-- prefix each issue number with "Fix #"; no need to create an issue if none exists, explain below --> | License | MIT <!-- 🛠️ Replace this text with a concise explanation of your change: - What it does and why it's needed - A simple example of how it works (include PHP, YAML, etc.) - If it modifies existing behavior, include a before/after comparison Contributor guidelines: - ✅ Add tests and ensure they pass - 🐞 Bug fixes must target the **lowest maintained** branch where they apply https://symfony.com/releases#maintained-symfony-branches - ✨ New features and deprecations must target the **feature** branch and must add an entry to the changelog file of the patched component: https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - 🔒 Do not break backward compatibility: https://symfony.com/bc --> cc `@mtarld` `@dunglas` Commits ------- ac1c055 [Notifier][Mercure] Add support for Mercure 0.7
2 parents 4ab90c7 + ac1c055 commit 93910ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Mercure/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=8.2",
20-
"symfony/mercure": "^0.5.2|^0.6",
20+
"symfony/mercure": "^0.5.2|^0.6|^0.7",
2121
"symfony/notifier": "^7.3",
2222
"symfony/service-contracts": "^2.5|^3"
2323
},

0 commit comments

Comments
 (0)
0