Skip to content

Commit

Permalink
PUR1-716: Add MetadataAwareNameConverter (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeidavidenko authored Mar 29, 2023
1 parent ea874ae commit a50508f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Resources/config/symfony_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
class: Symfony\Component\Serializer\Normalizer\ObjectNormalizer
arguments:
- '@serializer.mapping.class_metadata_factory'
- ~
- '@serializer.name_converter.metadata_aware'
- '@serializer.property_accessor'
- '@property_info'

Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "auto1-oss/service-api-components-bundle",
"license": "MIT",
"type": "Auto1-bundle",
"type": "auto1-bundle",
"description": "Auto1 Common Components for Service API/Client/Handler Bundles",
"authors": [
{
Expand All @@ -14,15 +14,15 @@
}
],
"require": {
"php": ">=7.0.8",
"symfony/serializer" : "~3.0|~4.0|~5.0",
"symfony/monolog-bridge": "~3.0|~4.0|~5.0",
"symfony/dependency-injection": "~3.0|~4.0|~5.0",
"symfony/config": "~3.0|~4.0|~5.0",
"symfony/http-kernel": "~3.0|~4.0|~5.0",
"symfony/property-info": "^3.4.2|~4.0|~5.0",
"symfony/property-access": "~3.0|~4.0|~5.0",
"symfony/yaml": "~3.0|~4.0|~5.0",
"php": ">=7.1.3",
"symfony/serializer" : "~4.2|~5.0",
"symfony/monolog-bridge": "~4.0|~5.0",
"symfony/dependency-injection": "~4.0|~5.0",
"symfony/config": "~4.0|~5.0",
"symfony/http-kernel": "~4.0|~5.0",
"symfony/property-info": "~4.0|~5.0",
"symfony/property-access": "~4.0|~5.0",
"symfony/yaml": "~4.0|~5.0",
"monolog/monolog": "~1.22",
"fig/http-message-util": "^1.1.2",
"auto1-oss/service-api-request": "^1.0"
Expand Down

0 comments on commit a50508f

Please sign in to comment.