21 lines
506 B
YAML

services:
_defaults:
autowire: true
autoconfigure: true
Chill\ThirdPartyBundle\Serializer\Normalizer\:
resource: '../Serializer/Normalizer/'
tags:
- { name: 'serializer.normalizer', priority: 64 }
Chill\ThirdPartyBundle\Export\:
resource: '../Export/'
Chill\ThirdPartyBundle\Validator\:
autoconfigure: true
autowire: true
resource: '../Validator/'
Chill\ThirdPartyBundle\Service\ThirdpartyMergeService: ~