Skip to content

Commit 2474671

Browse files
[7.0] Bump to PHP 8.2 minimum
1 parent f20b024 commit 2474671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1",
20-
"symfony/http-client": "^5.4|^6.0|^7.0",
21-
"symfony/notifier": "^6.2.7|^7.0"
19+
"php": ">=8.2",
20+
"symfony/http-client": "^6.4|^7.0",
21+
"symfony/notifier": "^6.4|^7.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Smsc\\": "" },

0 commit comments

Comments
 (0)