Skip to content

Commit 9b2803d

Browse files
committed
[Notifier] Allow Symfony 6
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent d859d89 commit 9b2803d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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": ">=7.2.5",
20-
"symfony/http-client": "^4.4|^5.2",
21-
"symfony/notifier": "^5.4",
20+
"symfony/http-client": "^4.4|^5.2|^6.0",
21+
"symfony/notifier": "^5.4|^6.0",
2222
"async-aws/sns": "^1.0"
2323
},
2424
"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": ">=7.2.5",
24-
"symfony/http-client": "^4.3|^5.0",
25-
"symfony/notifier": "^5.3.4"
24+
"symfony/http-client": "^4.3|^5.0|^6.0",
25+
"symfony/notifier": "^5.3.4|^6.0"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Mailjet\\": "" },

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": ">=7.2.5",
20-
"symfony/http-client": "^4.4|^5.2",
21-
"symfony/notifier": "^5.4"
20+
"symfony/http-client": "^4.4|^5.2|^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": "^4.3|^5.0|^6.0"
2525
},
2626
"autoload": {
2727
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\OneSignal\\": "" },

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": ">=7.2.5",
20-
"symfony/http-client": "^4.4|^5.2",
21-
"symfony/notifier": "^5.3"
20+
"symfony/http-client": "^4.4|^5.2|^6.0",
21+
"symfony/notifier": "^5.3|^6.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Telnyx\\": "" },

src/Symfony/Component/Notifier/Bridge/Yunpian/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": ">=7.2.5",
20-
"symfony/http-client": "^4.4|^5.2",
21-
"symfony/notifier": "^5.3"
20+
"symfony/http-client": "^4.4|^5.2|^6.0",
21+
"symfony/notifier": "^5.3|^6.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Yunpian\\": "" },

0 commit comments

Comments
 (0)