Skip to content

Commit 53d3cf2

Browse files
authored
chore: Bump the minimum required Symfony version to 6.4 (#936)
- Drop support for Symfony 6 except the LTS version. - Drop support for Symfony 5.
1 parent 1104533 commit 53d3cf2

File tree

3 files changed

+78
-73
lines changed

3 files changed

+78
-73
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"fidry/filesystem": "^1.1",
2323
"jetbrains/phpstorm-stubs": "^v2022.2",
2424
"nikic/php-parser": "^4.12",
25-
"symfony/console": "^5.2 || ^6.0",
26-
"symfony/filesystem": "^5.2 || ^6.0",
27-
"symfony/finder": "^5.2 || ^6.0",
25+
"symfony/console": "^6.4",
26+
"symfony/filesystem": "^6.4",
27+
"symfony/finder": "^6.4",
2828
"thecodingmachine/safe": "^2.0"
2929
},
3030
"require-dev": {
@@ -34,7 +34,7 @@
3434
"humbug/box": "^4.5.1",
3535
"phpspec/prophecy-phpunit": "^2.0",
3636
"phpunit/phpunit": "^9.0",
37-
"symfony/yaml": "^6.1"
37+
"symfony/yaml": "^6.4"
3838
},
3939
"minimum-stability": "dev",
4040
"prefer-stable": true,

0 commit comments

Comments
 (0)