8000 bug #29080 [FrameworkBundle][4.2] fix deps (ro0NL) · symfony/symfony@4bc1cc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bc1cc7

Browse files
committed
bug #29080 [FrameworkBundle][4.2] fix deps (ro0NL)
This PR was merged into the 4.2-dev branch. Discussion ---------- [FrameworkBundle][4.2] fix deps | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> The bundle requires the `MetadataAwareNameConverter` added in 4.2 https://github.com/symfony/symfony/blob/1fc577f2c7c1cff2857658537adf4f30a3ad60ac/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml#L122-L124 This PR fixes ``` Attempted to load interface "AdvancedNameConverterInterface" from namespace "Symfony\Component\Serializer\NameConverter". Did you forget a "use" statement for another namespace? ``` Commits ------- 71fe97a [FrameworkBundle][4.2] fix deps
2 parents 95b975d + 71fe97a commit 4bc1cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"symfony/form": "<4.2",
7070
"symfony/messenger": "<4.2",
7171
"symfony/property-info": "<3.4",
72-
"symfony/serializer": "<4.1",
72+
"symfony/serializer": "<4.2",
7373
"symfony/stopwatch": "<3.4",
7474
"symfony/translation": "<4.2",
7575
"symfony/twig-bridge": "<4.1.1",

0 commit comments

Comments
 (0)
0