Skip to content

Commit

Permalink
Use new initial values normalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
nacmartin committed Dec 15, 2017
1 parent 09b23e6 commit b743012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/config/services.xml
Expand Up @@ -15,7 +15,7 @@
<tag name="serializer.normalizer" priority="-10" />
</service>

<service id="liform.serializer.form_view_normalizer" class="Limenius\Liform\Serializer\Normalizer\FormViewNormalizer" public="false">
<service id="liform.serializer.initial_values_normalizer" class="Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer" public="false">
<tag name="serializer.normalizer" priority="-10" />
</service>

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
"psr-4": { "Limenius\\LiformBundle\\": "" }
},
"require": {
"limenius/liform": "^0.11.0"
"limenius/liform": "^0.12.0"
},
"minimum-stability": "stable"
}

0 comments on commit b743012

Please sign in to comment.