mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
minor #14905 [Conflict] Add conflict with symfony/framework-bundle:6.2.8 (Rafikooo)
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.12 and 1.13 <!-- see the comment below --> |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file --> |
| License | MIT |
Symfony's changelog: https://github.com/symfony/framework-bundle/compare/v6.2.7...v6.2.8#diff-51cca25b9f344e04d253bf67d646ddaf82a361541effdf554dce3f6d2080dc66R76-R78
Commits
-------
3805e7eb75 [Conflict] Add conflict with symfony/framework-bundle:6.2.8
This commit is contained in:
commit
9dd37fd593
2 changed files with 6 additions and 1 deletions
|
|
@ -45,3 +45,8 @@ references related issues.
|
|||
|
||||
After bumping to this version ApiBundle starts failing due to requesting a non-existing `api_platform.openapi.factory.legacy` service.
|
||||
As we are not using this service across the ApiBundle we added this conflict to unlock the builds, until we investigate the problem.
|
||||
|
||||
- `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.
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@
|
|||
"doctrine/migrations": "3.5.3",
|
||||
"jms/serializer-bundle": "4.1.0",
|
||||
"lexik/jwt-authentication-bundle": "^2.18",
|
||||
"symfony/framework-bundle": "5.4.5",
|
||||
"symfony/framework-bundle": "5.4.5 || 6.2.8",
|
||||
"symfony/dependency-injection": "5.4.5",
|
||||
"liip/imagine-bundle": "2.7.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue