Skip to content

Commit 1624b5c

Browse files
[6.4] Allow 7.0 deps
1 parent 2f24186 commit 1624b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.1",
24-
"symfony/http-client": "^5.4|^6.0",
25-
"symfony/notifier": "^6.2.7"
24+
"symfony/http-client": "^5.4|^6.0|^7.0",
25+
"symfony/notifier": "^6.2.7|^7.0"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\GatewayApi\\": "" },

0 commit comments

Comments
 (0)