Skip to content

Commit

Permalink
minor #389 [Conflict] Add conflict with symfony/framework-bundle:6.2.…
Browse files Browse the repository at this point in the history
…8 (Rafikooo)

This PR was merged into the 1.12 branch.

Discussion
----------

Symfony's issue:
symfony/symfony#49886

Commits
-------

210746d [Conflict] Add conflict with symfony/framework-bundle:6.2.8
  • Loading branch information
NoResponseMate authored Apr 3, 2023
2 parents 4d5056a + 210746d commit bba8bc5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONFLICTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CONFLICTS

This document explains why certain conflicts were added to `composer.json` and
references related issues.

- `symfony/framework-bundle:6.2.8`:

This version is missing the service alias `validator.expression`
which causes ValidatorException exception to be thrown when using `Expression` constraint.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
"vimeo/psalm": "5.9.0"
},
"conflict": {
"symfony/framework-bundle": "6.2.8"
},
"config": {
"sort-packages": true,
"allow-plugins": {
Expand Down

0 comments on commit bba8bc5

Please sign in to comment.