8000 minor #15130 Add conflict to symfony/validator 5.4.25, 6.2.12 and 6.3… · Sylius/Sylius@eca88f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit eca88f8

Browse files
authored
minor #15130 Add conflict to symfony/validator 5.4.25, 6.2.12 and 6.3.1 (TheMilek)
This PR was merged into the 1.12 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.12 <!-- see the comment below --> | | Bug fix? | yes | | New feature? | no | | BC breaks? | no | | Related tickets | symfony/symfony#50780 | | License | MIT | <!-- - Bug fixes must be submitted against the 1.12 branch - Features and deprecations must be submitted against the 1.13 branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html --> It's probably related to [this](symfony/validator@81772c1) change Commits ------- Add conflict to symfony/validator 5.4.25, 6.2.12 and 6.3.1 versions Update conflicts file
2 parents 45bc408 + 21bca41 commit eca88f8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CONFLICTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ references related issues.
5959
- `doctrine/orm:2.15.3`
6060

6161
This version introduced a bug, causing the bulk editing not to work properly. When deleting two items at once, the second one is deleted and re-added to the database.
62+
63+
- `symfony/validator:5.4.25 || 6.2.12 || 6.3.1`
64+
65+
This version introduced a bug, causing validation constraints to not work.
66+
References: https://github.com/symfony/symfony/issues/50780

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,9 @@
184184
"doctrine/orm": "2.15.2 || 2.15.3",
185185
"jms/serializer-bundle": "4.1.0",
186186
"lexik/jwt-authentication-bundle": "^2.18",
187-
"symfony/framework-bundle": "5.4.5 || 6.2.8",
188187
"symfony/dependency-injection": "5.4.5",
188+
"symfony/framework-bundle": "5.4.5 || 6.2.8",
189+
"symfony/validator": "5.4.25 || 6.2.12 || 6.3.1",
189190
"liip/imagine-bundle": "2.7.0"
190191
},
191192
"require-dev": {

0 commit comments

Comments
 (0)
0