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

Commit 8716049

Browse filesBrowse files
minor #39558 [Notifier] Prepare bridges for the upcoming return type change. (derrabus)
This PR was merged into the 5.2 branch. Discussion ---------- [Notifier] Prepare bridges for the upcoming return type change. | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Preparation for #39549. Commits ------- b0c2c4e [Notifier] Prepare bridges for the upcoming return type change.
2 parents 7a7ded2 + b0c2c4e commit 8716049
Copy full SHA for 8716049

File tree

Expand file treeCollapse file tree

17 files changed

+17
-17
lines changed
Filter options
Expand file treeCollapse file tree

17 files changed

+17
-17
lines changed

‎src/Symfony/Component/Notifier/Bridge/Discord/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Discord/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"require-dev": {
2424
"symfony/event-dispatcher": "^4.3|^5.0"

‎src/Symfony/Component/Notifier/Bridge/Esendex/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Esendex/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.4|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Esendex\\": "" },

‎src/Symfony/Component/Notifier/Bridge/Firebase/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Firebase/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Firebase\\": "" },

‎src/Symfony/Component/Notifier/Bridge/Infobip/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Infobip/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": ">=7.2.5",
2424
"symfony/http-client": "^4.3|^5.0",
25-
"symfony/notifier": "^5.2"
25+
"symfony/notifier": "~5.2.0"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Infobip\\": "" },

‎src/Symfony/Component/Notifier/Bridge/LinkedIn/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/LinkedIn/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\LinkedIn\\": "" },

‎src/Symfony/Component/Notifier/Bridge/Mattermost/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Mattermost/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Mattermost\\": "" },

‎src/Symfony/Component/Notifier/Bridge/Mobyt/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Mobyt/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=7.2.5",
2020
"ext-json": "*",
2121
"symfony/http-client": "^4.3|^5.0",
22-
"symfony/notifier": "^5.2"
22+
"symfony/notifier": "~5.2.0"
2323
},
2424
"autoload": {
2525
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Mobyt\\": "" },

‎src/Symfony/Component/Notifier/Bridge/Nexmo/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Nexmo/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Nexmo\\": "" },

‎src/Symfony/Component/Notifier/Bridge/OvhCloud/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/OvhCloud/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\OvhCloud\\": "" },

‎src/Symfony/Component/Notifier/Bridge/RocketChat/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/RocketChat/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\RocketChat\\": "" },

‎src/Symfony/Component/Notifier/Bridge/Sendinblue/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Sendinblue/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=7.2.5",
2020
"ext-json": "*",
2121
"symfony/http-client": "^4.3|^5.0",
22-
"symfony/notifier": "^5.2"
22+
"symfony/notifier": "~5.2.0"
2323
},
2424
"autoload": {
2525
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Sendinblue\\": "" },

‎src/Symfony/Component/Notifier/Bridge/Sinch/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Sinch/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=7.2.5",
2020
"ext-json": "*",
2121
"symfony/http-client": "^4.3|^5.0",
22-
"symfony/notifier": "^5.2"
22+
"symfony/notifier": "~5.2.0"
2323
},
2424
"autoload": {
2525
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Sinch\\": "" },

‎src/Symfony/Component/Notifier/Bridge/Slack/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Slack/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=7.2.5",
2020
"symfony/deprecation-contracts": "^2.1",
2121
"symfony/http-client": "^4.3|^5.0",
22-
"symfony/notifier": "^5.2"
22+
"symfony/notifier": "~5.2.0"
2323
},
2424
"require-dev": {
2525
"symfony/event-dispatcher": "^4.3|^5.0"

‎src/Symfony/Component/Notifier/Bridge/Smsapi/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Smsapi/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Smsapi\\": "" },

‎src/Symfony/Component/Notifier/Bridge/Telegram/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Telegram/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"require-dev": {
2424
"symfony/event-dispatcher": "^4.3|^5.0"

‎src/Symfony/Component/Notifier/Bridge/Twilio/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Twilio/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Twilio\\": "" },

‎src/Symfony/Component/Notifier/Bridge/Zulip/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Zulip/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
21-
"symfony/notifier": "^5.2"
21+
"symfony/notifier": "~5.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Zulip\\": "" },

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.