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

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

    vonRotenberg\ShopwareApiBundle\API\Shopware:
        public: true

    vonRotenberg\ShopwareApiBundle\Helper\ShopwareMappings:
        public: true