Skip to content

Commit

Permalink
bug #13261 Conflict liip/imagine-bundle ^2.7 (Zales0123)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.9 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.9
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

~Psalm complains about it after upgrading liip/imagine-bundle to 2.7. We should probably think about bumping the bundle's version and using the new configuration soon~

EDIT: I conflict with `liip/imagine-bundle:^2.7` for now, due to some other problems. Thanks, @mynameisbogdan for the suggestion 🖖 

Commits
-------

d71406f Conflict liip/imagine-bundle ^2.7
  • Loading branch information
lchrusciel committed Oct 29, 2021
2 parents 4611fd6 + d71406f commit 5ae0970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@
"symfony/doctrine-bridge": "4.4.16",
"symfony/polyfill-mbstring": "^1.22.0",
"symfony/property-info": "4.4.22 || 5.2.7",
"symfony/serializer": "4.4.19 || 5.2.2"
"symfony/serializer": "4.4.19 || 5.2.2",
"liip/imagine-bundle": "^2.7"
},
"require-dev": {
"ext-json": "*",
Expand Down

0 comments on commit 5ae0970

Please sign in to comment.