Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Notifier] Bump conflict rules for all notifier bridges #39559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 19 additions & 10 deletions 29 src/Symfony/Component/Notifier/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,25 @@
},
"conflict": {
"symfony/http-kernel": "<4.4",
"symfony/firebase-notifier": "<5.2",
"symfony/free-mobile-notifier": "<5.2",
"symfony/mattermost-notifier": "<5.2",
"symfony/nexmo-notifier": "<5.2",
"symfony/ovh-cloud-notifier": "<5.2",
"symfony/rocket-chat-notifier": "<5.2",
"symfony/sinch-notifier": "<5.2",
"symfony/slack-notifier": "<5.2",
"symfony/telegram-notifier": "<5.2",
"symfony/twilio-notifier": "<5.2"
"symfony/discord-notifier": "<5.3",
"symfony/esendex-notifier": "<5.3",
"symfony/firebase-notifier": "<5.3",
"symfony/free-mobile-notifier": "<5.3",
"symfony/google-chat-notifier": "<5.3",
"symfony/infobip-notifier": "<5.3",
"symfony/linked-in-notifier": "<5.3",
"symfony/mattermost-notifier": "<5.3",
"symfony/mobyt-notifier": "<5.3",
"symfony/nexmo-notifier": "<5.3",
"symfony/ovh-cloud-notifier": "<5.3",
"symfony/rocket-chat-notifier": "<5.3",
"symfony/sendinblue-notifier": "<5.3",
"symfony/sinch-notifier": "<5.3",
"symfony/slack-notifier": "<5.3",
"symfony/smsapi-notifier": "<5.3",
"symfony/telegram-notifier": "<5.3",
"symfony/twilio-notifier": "<5.3",
"symfony/zulip-notifier": "<5.3"
nicolas-grekas marked this conversation as resolved.
Show resolved Hide resolved
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\": "" },
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.