Skip to content

Commit

Permalink
Lock symfony dependency also for <4.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Feb 1, 2021
1 parent 3418673 commit 03ac137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->

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

## 2.1.1 - 2021-01-27
- Lock `symfony/dependency-injection` version to `<5.2.2` to avoid fatal errors.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.2",
"friendsofphp/php-cs-fixer": "^2.16.3",
"symfony/dependency-injection": "<5.2.2",
"symfony/dependency-injection": "<4.4.19 || >=5.0.0 <5.2.2",
"symplify/auto-bind-parameter": "<7.2.20",
"symplify/autowire-array-parameter": "<7.2.20",
"symplify/coding-standard": "<7.2.20",
Expand Down

0 comments on commit 03ac137

Please sign in to comment.