Skip to content

Commit

Permalink
[Maintanance] add conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKasp authored and lchrusciel committed Dec 6, 2021
1 parent b0b4efe commit 860c3e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CONFLICTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This document explains why certain conflicts were added to `composer.json` and
references related issues.

- `symfony/password-hasher": "^6.0`:

Symfony in version 5.3 change password hashing logic, and in version 6.0 they removed BC layer

- `doctrine/doctrine-bundle:2.3.0`:

This version makes Gedmo Doctrine Extensions fail (tree and position behaviour mostly).
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@
"symfony/doctrine-bridge": "4.4.16",
"symfony/property-info": "4.4.22 || 5.2.7",
"symfony/serializer": "4.4.19 || 5.2.2",
"liip/imagine-bundle": "^2.7"
"liip/imagine-bundle": "^2.7",
"symfony/password-hasher": "^6.0"
},
"require-dev": {
"ext-json": "*",
Expand Down

0 comments on commit 860c3e8

Please sign in to comment.