8000 minor #41391 [Notifier] Remove conflict rules for bridges (derrabus) · symfony/symfony@0b81b38 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b81b38

Browse files
minor #41391 [Notifier] Remove conflict rules for bridges (derrabus)
This PR was merged into the 6.0 branch. Discussion ---------- [Notifier] Remove conflict rules for bridges | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A While Notifier was experimental, we used conflict rules to make sure that we don't install an incompatible combination of the Notifier component + a bridge. The component is not experimental anymore and on 6.x it will follow semver. I believe that the conflict rules are obsolete now. Commits ------- acef280 [Notifier] Remove conflict rules for bridges
2 parents dc1df83 + acef280 commit 0b81b38

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

src/Symfony/Component/Notifier/composer.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,8 @@
2525
"symfony/messenger": "^5.4|^6.0"
2626
},
2727
"conflict": {
28-
"symfony/http-kernel": "<5.4",
29-
"symfony/discord-notifier": "<5.4",
30-
"symfony/esendex-notifier": "<5.4",
3128
"symfony/event-dispatcher": "<5.4",
32-
"symfony/firebase-notifier": "<5.4",
33-
"symfony/free-mobile-notifier": "<5.4",
34-
"symfony/google-chat-notifier": "<5.4",
35-
"symfony/infobip-notifier": "<5.4",
36-
"symfony/linked-in-notifier": "<5.4",
37-
"symfony/mattermost-notifier": "<5.4",
38-
"symfony/mobyt-notifier": "<5.4",
39-
"symfony/nexmo-notifier": "<5.4",
40-
"symfony/ovh-cloud-notifier": "<5.4",
41-
"symfony/rocket-chat-notifier": "<5.4",
42-
"symfony/sendinblue-notifier": "<5.4",
43-
"symfony/sinch-notifier": "<5.4",
44-
"symfony/slack-notifier": "<5.4",
45-
"symfony/smsapi-notifier": "<5.4",
46-
"symfony/telegram-notifier": "<5.4",
47-
"symfony/twilio-notifier": "<5.4",
48-
"symfony/zulip-notifier": "<5.4"
29+
"symfony/http-kernel": "<5.4"
4930
},
5031
"autoload": {
5132
"psr-4": { "Symfony\\Component\\Notifier\\": "" },

0 commit comments

Comments
 (0)
0