Skip to content

Commit f20b024

Browse files
[6.4] Allow 7.0 deps
1 parent 2673982 commit f20b024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

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

0 commit comments

Comments
 (0)