Skip to content

Commit 69e0e42

Browse files
[7.0] Bump to PHP 8.2 minimum
1 parent 32bd511 commit 69e0e42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1"
19+
"php": ">=8.2"
2020
},
2121
"require-dev": {
22-
"symfony/console": "^5.4|^6.0|^7.0",
23-
"symfony/process": "^5.4|^6.0|^7.0"
22+
"symfony/console": "^6.4|^7.0",
23+
"symfony/process": "^6.4|^7.0"
2424
},
2525
"conflict": {
26-
"symfony/console": "<5.4",
27-
"symfony/process": "<5.4"
26+
"symfony/console": "<6.4",
27+
"symfony/process": "<6.4"
2828
},
2929
"autoload": {
3030
"psr-4": { "Symfony\\Component\\Dotenv\\": "" },

0 commit comments

Comments
 (0)