Skip to content

Commit bba8bc5

Browse files
minor #389 [Conflict] Add conflict with symfony/framework-bundle:6.2.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
2 parents 4d5056a + 210746d commit bba8bc5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CONFLICTS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CONFLICTS
2+
3+
This document explains why certain conflicts were added to `composer.json` and
4+
references related issues.
5+
6+
- `symfony/framework-bundle:6.2.8`:
7+
8+
This version is missing the service alias `validator.expression`
9+
which causes ValidatorException exception to be thrown when using `Expression` constraint.

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
4444
"vimeo/psalm": "5.9.0"
4545
},
46+
"conflict": {
47+
"symfony/framework-bundle": "6.2.8"
48+
},
4649
"config": {
4750
"sort-packages": true,
4851
"allow-plugins": {

0 commit comments

Comments
 (0)