services:
    _defaults:
        autowire: true
        autoconfigure: true
        public: false

    vonRotenberg\WmfgoCevisioBundle\:
        resource: ../src
        exclude: ../src/{VonrotenbergWmfgoCevisioBundle.php,ContaoManager,Entity,Migrations,Model,Resources,Tests,Widget}

    Symfony\Component\Finder\Finder:
        shared: false

    vonRotenberg\WmfgoCevisioBundle\Cron\ShopwareImportProductsJob:
        public: true

    Contao\CoreBundle\InsertTag\InsertTagParser:
        public: true