Skip to content

Commit cd5ae14

Browse files
committed
Allow Symfony 6
1 parent 4b5d851 commit cd5ae14

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": ">=7.2.5",
24-
"symfony/http-client": "^4.3|^5.0",
25-
"symfony/notifier": "^5.3"
24+
"symfony/http-client": "^4.3|^5.0|^6.0",
25+
"symfony/notifier": "^5.3|^6.0"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\GatewayApi\\": "" },

0 commit comments

Comments
 (0)