Skip to content

Commit b3d54fd

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Notifier] Allow Symfony 6
2 parents c81ced5 + 0e666d4 commit b3d54fd

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

src/Symfony/Component/Mailer/Bridge/OhMySmtp/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"require": {
2323
"php": ">=8.0.2",
2424
"psr/event-dispatcher": "^1",
25-
"symfony/mailer": "^5.3.0|^6.0"
25+
"symfony/mailer": "^5.4|^6.0"
2626
},
2727
"require-dev": {
28-
"symfony/http-client": "^4.4|^5.0|^6.0"
28+
"symfony/http-client": "^5.4|^6.0"
2929
},
3030
"autoload": {
3131
"psr-4": { "Symfony\\Component\\Mailer\\Bridge\\OhMySmtp\\": "" },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=8.0.2",
20-
"symfony/http-client": "^4.4|^5.2",
21-
"symfony/notifier": "^5.4",
20+
"symfony/http-client": "^5.4|^6.0",
21+
"symfony/notifier": "^5.4|^6.0",
2222
"async-aws/sns": "^1.0"
2323
},
2424
"autoload": {

src/Symfony/Component/Notifier/Bridge/Expo/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.0.2",
20-
"symfony/http-client": "^4.3|^5.0|^6.0",
20+
"symfony/http-client": "^5.4|^6.0",
2121
"symfony/notifier": "^5.4|^6.0"
2222
},
2323
"autoload": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"php": ">=8.0.2",
24-
"symfony/http-client": "^4.3|^5.0",
25-
"symfony/notifier": "^5.3.4"
24+
"symfony/http-client": "^5.4|^6.0",
25+
"symfony/notifier": "^5.4|^6.0"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Mailjet\\": "" },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=8.0.2",
20-
"symfony/http-client": "^4.4|^5.2|^6.0",
21-
"symfony/notifier": "^5.3|^6.0"
20+
"symfony/http-client": "^5.4|^6.0",
21+
"symfony/notifier": "^5.4|^6.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\MessageMedia\\": "" },

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": ">=8.0.2",
20-
"symfony/http-client": "^4.4|^5.2",
21-
"symfony/notifier": "^5.4"
20+
"symfony/http-client": "^5.4|^6.0",
21+
"symfony/notifier": "^5.4|^6.0"
2222
},
2323
"require-dev": {
24-
"symfony/event-dispatcher": "^4.3|^5.0"
24+
"symfony/event-dispatcher": "^5.4|^6.0"
2525
},
2626
"autoload": {
2727
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\OneSignal\\": "" },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=8.0.2",
20-
"symfony/http-client": "^4.3|^5.0|^6.0",
21-
"symfony/notifier": "^5.3|^6.0"
20+
"symfony/http-client": "^5.4|^6.0",
21+
"symfony/notifier": "^5.4|^6.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Sms77\\": "" },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=8.0.2",
20-
"symfony/http-client": "^4.4|^5.2|^6.0",
21-
"symfony/notifier": "^5.3|^6.0"
20+
"symfony/http-client": "^5.4|^6.0",
21+
"symfony/notifier": "^5.4|^6.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Smsc\\": "" },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=8.0.2",
20-
"symfony/http-client": "^4.4|^5.2",
21-
"symfony/notifier": "^5.3"
20+
"symfony/http-client": "^5.4|^6.0",
21+
"symfony/notifier": "^5.4|^6.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Telnyx\\": "" },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"require": {
1919
"php": ">=8.0.2",
2020
"ext-json": "*",
21-
"symfony/http-client": "^5.3|^6.0",
22-
"symfony/notifier": "^5.3|^6.0",
21+
"symfony/http-client": "^5.4|^6.0",
22+
"symfony/notifier": "^5.4|^6.0",
2323
"symfony/polyfill-mbstring": "^1.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)