Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit a2ee460

Browse files
committed
feature #764 Serializer groups support (dunglas)
This PR was squashed before being merged into the 2.7 branch (closes #764). Discussion ---------- Serializer groups support | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Enable serializer groups (related to symfony/symfony#13107). Commits ------- 3561a7c Serializer groups support
2 parents e27d336 + 3561a7c commit a2ee460

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/config/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ framework:
1818
form: ~
1919
csrf_protection: ~
2020
validation: { enable_annotations: true }
21+
#serializer: { enable_annotations: true }
2122
templating:
2223
engines: ['twig']
2324
#assets_version: SomeVersionScheme

app/config/config_prod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ imports:
33

44
#framework:
55
# validation:
6-
# cache: apc
6+
# cache: validator.mapping.cache.apc
7+
# serializer:
8+
# cache: serializer.mapping.cache.apc
79

810
#doctrine:
911
# orm:

0 commit comments

Comments
 (0)