Skip to content

Commit 51b31ef

Browse files
[7.0] Bump to PHP 8.2 minimum
1 parent 40c7508 commit 51b31ef

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1",
19+
"php": ">=8.2",
2020
"ext-xml": "*",
21-
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
22-
"symfony/http-kernel": "^5.4|^6.0|^7.0",
23-
"symfony/twig-bridge": "^5.4|^6.0|^7.0",
24-
"symfony/var-dumper": "^5.4|^6.0|^7.0"
21+
"symfony/dependency-injection": "^6.4|^7.0",
22+
"symfony/http-kernel": "^6.4|^7.0",
23+
"symfony/twig-bridge": "^6.4|^7.0",
24+
"symfony/var-dumper": "^6.4|^7.0"
2525
},
2626
"require-dev": {
27-
"symfony/config": "^5.4|^6.0|^7.0",
28-
"symfony/web-profiler-bundle": "^5.4|^6.0|^7.0"
27+
"symfony/config": "^6.4|^7.0",
28+
"symfony/web-profiler-bundle": "^6.4|^7.0"
2929
},
3030
"conflict": {
31-
"symfony/config": "<5.4",
32-
"symfony/dependency-injection": "<5.4"
31+
"symfony/config": "<6.4",
32+
"symfony/dependency-injection": "<6.4"
3333
},
3434
"autoload": {
3535
"psr-4": { "Symfony\\Bundle\\DebugBundle\\": "" },

0 commit comments

Comments
 (0)