Skip to content

Commit b26ac50

Browse files
[7.0] Bump to PHP 8.2 minimum
1 parent 1624b5c commit b26ac50

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

0 commit comments

Comments
 (0)