imports: - { resource: ../config/default.yml } - { resource: ../config/sensio_framework_extra.yml } framework: serializer: enabled: true templating: engines: ['twig'] fos_rest: format_listener: rules: - { path: '^/', priorities: ['json', 'html'], fallback_format: json } view: view_response_listener: true mime_types: json: - application/json - application/vnd.foo.api+json;myversion=2.3 - application/vnd.foo.api+json # Fix for https://github.com/FriendsOfSymfony/FOSRestBundle/issues/1399 versioning: enabled: true default_versi