Skip to content

Commit 1b4ad70

Browse files
Allow Symfony ^8.0
1 parent 514e971 commit 1b4ad70

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

0 commit comments

Comments
 (0)