Skip to content

Commit c1452ff

Browse files
chore: check API Platform 4.1@beta
1 parent 623c2be commit c1452ff

3 files changed

Lines changed: 56 additions & 55 deletions

File tree

api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@
120120
]
121121
}
122122
},
123-
"minimum-stability": "alpha"
123+
"minimum-stability": "beta"
124124
}

api/composer.lock

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

api/config/packages/api_platform.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ api_platform:
2323
# Good defaults for REST APIs
2424
defaults:
2525
stateless: true
26+
disable_json_schema_serializer_groups: false
2627
cache_headers:
2728
vary: ['Content-Type', 'Authorization', 'Origin']
2829
extra_properties:

0 commit comments

Comments
 (0)