<container xmlns="http://symfony.com/schema/dic/services"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

    <parameters>
        <parameter key="fos_rest.format_negotiator.class">FOS\Rest\Util\FormatNegotiator</parameter>
        <parameter key="fos_rest.inflector.class">FOS\RestBundle\Util\Inflector\DoctrineInflector</parameter>
    </parameters>

    <services>
        <service id="fos_rest.format_negotiator" class="%fos_rest.format_negotiator.class%" public="true" />
        <service id="fos_rest.inflector.doctrine" class="%fos_rest.inflector.class%" />
    </services>
</container>
