Skip to content

Commit a3e6632

Browse files
Bump Symfony 8 to PHP >= 8.4
1 parent 1b4ad70 commit a3e6632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=8.2",
24-
"symfony/http-client": "^6.4|^7.0|^8.0",
25-
"symfony/notifier": "^7.2|^8.0"
23+
"php": ">=8.4",
24+
"symfony/http-client": "^7.4|^8.0",
25+
"symfony/notifier": "^7.4|^8.0"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\GatewayApi\\": "" },

0 commit comments

Comments
 (0)