Skip to content

Commit 72cfc0f

Browse files
committed
Drop Symfony 3.4, 4.3, 5.1, 5.2,5.3 and support ^5.4, ^6, ^7
1 parent 88498ea commit 72cfc0f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Support PHPUnit 10 and 11
1212
- Support `nikic/php-parser` v5
1313
- Support Symfony v7
14+
- Drop Symfony 3.4, 4.3, 5.1, 5.2, 5.3 but still support ^5.4 (LTS)
1415

1516
## [5.5.4] - 2023-12-16
1617

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"php": "^7.4 || ^8.0",
3939
"twig/twig": "^3.0",
4040
"nikic/php-parser": "^5",
41-
"symfony/console": "~3.4|~4.3|^5|^6|^7",
42-
"symfony/finder": "~3.4|~4.3|^5|^6|^7",
43-
"symfony/filesystem": "~3.4|~4.3|^5|^6|^7",
44-
"symfony/yaml": "~3.4|~4.3|^5|^6|^7",
45-
"symfony/process": "~3.4|~4.3|^5|^6|^7",
41+
"symfony/console": "^5.4||^6||^7",
42+
"symfony/finder": "^5.4||^6||^7",
43+
"symfony/filesystem": "^5.4||^6||^7",
44+
"symfony/yaml": "^5.4||^6||^7",
45+
"symfony/process": "^5.4||^6||^7",
4646
"phpdocumentor/reflection-docblock": "~5.3",
4747
"phpdocumentor/type-resolver": "1.6.*",
4848
"wdes/php-i18n-l10n": "^4.0",

0 commit comments

Comments
 (0)