8000 minor #52093 [Notifier][Bridges] Allow Symfony 7 (OskarStark) · symfony/symfony@26f6adb · GitHub
[go: up one dir, main page]

Skip to content

Commit 26f6adb

Browse files
minor #52093 [Notifier][Bridges] Allow Symfony 7 (OskarStark)
This PR was merged into the 6.4 branch. Discussion ---------- [Notifier][Bridges] Allow Symfony 7 | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | -- | License | MIT All other bridges still allow Symfony 7 Commits ------- 8ddfd19 [Notifier][Bridges] Allow Symfony 7
2 parents f4b774f + 8ddfd19 commit 26f6adb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/Symfony/Component/Notifier/Bridge/Brevo/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.1",
20-
"symfony/http-client": "^5.4|^6.0",
21-
"symfony/notifier": "^6.4"
20+
"symfony/http-client": "^5.4|^6.0|^7.0",
21+
"symfony/notifier": "^6.4|^7.0"
2222
},
2323
"require-dev": {
24-
"symfony/event-dispatcher": "^5.4|^6.0"
24+
"symfony/event-dispatcher": "^5.4|^6.0|^7.0"
2525
},
2626
"autoload": {
2727
"psr-4": {"Symfony\\Component\\Notifier\\Bridge\\Brevo\\": ""},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"symfony/http-client": "^5.4|^6.0|^7.0",
21-
"symfony/notifier": "^6.4"
21+
"symfony/notifier": "^6.4|^7.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

src/Symfony/Component/Notifier/Bridge/Ntfy/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.1",
20-
"symfony/http-client": "^5.4|^6.0",
21-
"symfony/notifier": "^6.3"
20+
"symfony/http-client": "^5.4|^6.0|^7.0",
21+
"symfony/notifier": "^6.3|^7.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Ntfy\\": "" },

src/Symfony/Component/Notifier/Bridge/Redlink/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.1",
20-
"symfony/http-client": "^5.4|^6.0",
21-
"symfony/notifier": "^6.3"
20+
"symfony/http-client": "^5.4|^6.0|^7.0",
21+
"symfony/notifier": "^6.3|^7.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Redlink\\": "" },

0 commit comments

Comments
 (0)
0