Skip to content

Commit c756824

Browse files
[7.0] Bump to PHP 8.2 minimum
1 parent 9b0ea62 commit c756824

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
@@ -19,14 +19,14 @@
1919
"psr/link-implementation": "1.0|2.0"
2020
},
2121
"require": {
22-
"php": ">=8.1",
22+
"php": ">=8.2",
2323
"psr/link": "^1.1|^2.0"
2424
},
2525
"require-dev": {
26-
"symfony/http-kernel": "^5.4|^6.0|^7.0"
26+
"symfony/http-kernel": "^6.4|^7.0"
2727
},
2828
"conflict": {
29-
"symfony/http-kernel": "<5.4"
29+
"symfony/http-kernel": "<6.4"
3030
},
3131
"autoload": {
3232
"psr-4": { "Symfony\\Component\\WebLink\\": "" },

0 commit comments

Comments
 (0)