Skip to content

Commit 7cbd069

Browse files
committed
chore(deps): update api-platform/symfony
This update failed because of this change: api-platform/symfony@v4.1.23...v4.1.24 Of this PR: - api-platform/core#7383 So this is reverted with the change in services.yaml.
1 parent a962458 commit 7cbd069

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"api-platform/openapi": "4.1.26",
1616
"api-platform/serializer": "4.1.26",
1717
"api-platform/state": "4.2.3",
18-
"api-platform/symfony": "4.1.23",
18+
"api-platform/symfony": "4.1.24",
1919
"api-platform/validator": "4.2.3",
2020
"composer/package-versions-deprecated": "1.11.99",
2121
"cweagans/composer-patches": "1.7.3",

api/composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/config/services.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ services:
9696
App\Serializer\SerializerContextBuilder:
9797
decorates: 'api_platform.serializer.context_builder'
9898

99+
ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory:
100+
decorates: 'api_platform.metadata.property.metadata_factory'
101+
# Reverts change here: https://github.com/api-platform/symfony/compare/v4.1.23...v4.1.24
102+
decoration_priority: 20
103+
99104
App\Serializer\PreventAutomaticEmbeddingPropertyMetadataFactory:
100105
decorates: 'api_platform.metadata.property.metadata_factory'
101106
# Priority should be 1 lower than the one of SerializerPropertyMetadataFactory, see

0 commit comments

Comments
 (0)