Shopware\Core\Framework\Framework::
class => ['all' => true
],
Shopware\Core\System\System::
class => ['all' => true
],
Shopware\Core\Content\Content::
class => ['all' => true
],
Shopware\Core\Checkout\Checkout::
class => ['all' => true
],
Shopware\Core\DevOps\DevOps::
class => ['all' => true
],
Shopware\Core\Maintenance\Maintenance::
class => ['all' => true
],
Shopware\Administration\Administration::
class => ['all' => true
],
Shopware\Storefront\Storefront::
class => ['all' => true
],
Shopware\Elasticsearch\Elasticsearch::
class => ['all' => true
],
];
if (InstalledVersions::
isInstalled('symfony/web-profiler-bundle'
)) { $bundles[Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::
class] =
['dev' => true, 'test' => true, 'phpstan_dev' => true
];
}return $bundles;