Skip to content

Commit 03ac137

Browse files
committed
Lock symfony dependency also for <4.4.19
1 parent 3418673 commit 03ac137

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->
66

77
## Unreleased
8+
- Lock `symfony/dependency-injection` also to `<4.4.19` (to extend the workaround from 2.1.1).
89

910
## 2.1.1 - 2021-01-27
1011
- Lock `symfony/dependency-injection` version to `<5.2.2` to avoid fatal errors.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.2",
1414
"friendsofphp/php-cs-fixer": "^2.16.3",
15-
"symfony/dependency-injection": "<5.2.2",
15+
"symfony/dependency-injection": "<4.4.19 || >=5.0.0 <5.2.2",
1616
"symplify/auto-bind-parameter": "<7.2.20",
1717
"symplify/autowire-array-parameter": "<7.2.20",
1818
"symplify/coding-standard": "<7.2.20",

0 commit comments

Comments
 (0)