Skip to content

Commit 74d818f

Browse files
[7.0] Bump to PHP 8.2 minimum
1 parent aacdb39 commit 74d818f

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
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1",
19+
"php": ">=8.2",
2020
"symfony/polyfill-ctype": "^1.8"
2121
},
2222
"require-dev": {
23-
"symfony/console": "^5.4|^6.0|^7.0"
23+
"symfony/console": "^6.4|^7.0"
2424
},
2525
"conflict": {
26-
"symfony/console": "<5.4"
26+
"symfony/console": "<6.4"
2727
},
2828
"autoload": {
2929
"psr-4": { "Symfony\\Component\\Yaml\\": "" },

0 commit comments

Comments
 (0)