-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathbundles.php
More file actions
86 lines (85 loc) · 6.65 KB
/
Copy pathbundles.php
File metadata and controls
86 lines (85 loc) · 6.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Bazinga\Bundle\JsTranslationBundle\BazingaJsTranslationBundle::class => ['all' => true],
FOS\JsRoutingBundle\FOSJsRoutingBundle::class => ['all' => true],
FOS\HttpCacheBundle\FOSHttpCacheBundle::class => ['all' => true],
JMS\TranslationBundle\JMSTranslationBundle::class => ['all' => true],
Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
Oneup\FlysystemBundle\OneupFlysystemBundle::class => ['all' => true],
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
Ibexa\Bundle\Core\IbexaCoreBundle::class => ['all' => true],
Ibexa\Bundle\CorePersistence\IbexaCorePersistenceBundle::class => ['all' => true],
Ibexa\Bundle\LegacySearchEngine\IbexaLegacySearchEngineBundle::class => ['all' => true],
Ibexa\Bundle\IO\IbexaIOBundle::class => ['all' => true],
Ibexa\Bundle\Debug\IbexaDebugBundle::class => ['dev' => true, 'test' => true, 'behat' => true],
Ibexa\Bundle\HttpCache\IbexaHttpCacheBundle::class => ['all' => true],
Ibexa\Bundle\Rest\IbexaRestBundle::class => ['all' => true],
Ibexa\Bundle\Solr\IbexaSolrBundle::class => ['all' => true],
Ibexa\Bundle\SystemInfo\IbexaSystemInfoBundle::class => ['all' => true],
Ibexa\Bundle\Cron\IbexaCronBundle::class => ['all' => true],
Ibexa\Bundle\RepositoryInstaller\IbexaRepositoryInstallerBundle::class => ['all' => true],
Ibexa\Bundle\DoctrineSchema\DoctrineSchemaBundle::class => ['all' => true],
Ibexa\Bundle\ContentForms\IbexaContentFormsBundle::class => ['all' => true],
Ibexa\Bundle\DesignEngine\IbexaDesignEngineBundle::class => ['all' => true],
Ibexa\Bundle\StandardDesign\IbexaStandardDesignBundle::class => ['all' => true],
Ibexa\Bundle\FieldTypeRichText\IbexaFieldTypeRichTextBundle::class => ['all' => true],
Ibexa\Bundle\AdminUi\IbexaAdminUiBundle::class => ['all' => true],
Ibexa\Bundle\User\IbexaUserBundle::class => ['all' => true],
Ibexa\Bundle\AdminUiAssets\IbexaAdminUiAssetsBundle::class => ['all' => true],
Ibexa\Bundle\FieldTypeMatrix\IbexaFieldTypeMatrixBundle::class => ['all' => true],
Ibexa\Bundle\GraphQL\IbexaGraphQLBundle::class => ['all' => true],
Ibexa\Bundle\FieldTypeQuery\IbexaFieldTypeQueryBundle::class => ['all' => true],
Ibexa\Bundle\Search\IbexaSearchBundle::class => ['all' => true],
Ibexa\Bundle\Notifications\IbexaNotificationsBundle::class => ['all' => true],
Overblog\GraphQLBundle\OverblogGraphQLBundle::class => ['all' => true],
Overblog\GraphiQLBundle\OverblogGraphiQLBundle::class => ['dev' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true],
Hautelook\TemplatedUriBundle\HautelookTemplatedUriBundle::class => ['all' => true],
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
Lolautruche\EzCoreExtraBundle\EzCoreExtraBundle::class => ['all' => true],
Sentry\SentryBundle\SentryBundle::class => ['all' => true],
Novactive\Bundle\eZSEOBundle\NovaeZSEOBundle::class => ['all' => true],
Kaliop\eZMigrationBundle\eZMigrationBundle::class => ['all' => true],
Netgen\Bundle\ContentBrowserUIBundle\NetgenContentBrowserUIBundle::class => ['all' => true],
Netgen\Bundle\ContentBrowserBundle\NetgenContentBrowserBundle::class => ['all' => true],
Netgen\Bundle\LayoutsUIBundle\NetgenLayoutsUIBundle::class => ['all' => true],
Netgen\Bundle\LayoutsBundle\NetgenLayoutsBundle::class => ['all' => true],
Netgen\Bundle\LayoutsAdminBundle\NetgenLayoutsAdminBundle::class => ['all' => true],
Netgen\Bundle\LayoutsDebugBundle\NetgenLayoutsDebugBundle::class => ['dev' => true, 'test' => true],
Netgen\Bundle\LayoutsStandardBundle\NetgenLayoutsStandardBundle::class => ['all' => true],
Netgen\Bundle\ContentBrowserIbexaBundle\NetgenContentBrowserIbexaBundle::class => ['all' => true],
Netgen\Bundle\LayoutsIbexaRelationListQueryBundle\NetgenLayoutsIbexaRelationListQueryBundle::class => ['all' => true],
Netgen\Bundle\LayoutsIbexaTagsQueryBundle\NetgenLayoutsIbexaTagsQueryBundle::class => ['all' => true],
Netgen\Bundle\LayoutsIbexaBundle\NetgenLayoutsIbexaBundle::class => ['all' => true],
Netgen\Bundle\LayoutsIbexaSiteApiBundle\NetgenLayoutsIbexaSiteApiBundle::class => ['all' => true],
Netgen\Bundle\OpenGraphBundle\NetgenOpenGraphBundle::class => ['all' => true],
Netgen\Bundle\ContentTypeListBundle\NetgenContentTypeListBundle::class => ['all' => true],
Netgen\Bundle\BirthdayBundle\NetgenBirthdayBundle::class => ['all' => true],
Netgen\TagsBundle\NetgenTagsBundle::class => ['all' => true],
Netgen\Bundle\EnhancedSelectionBundle\NetgenEnhancedSelectionBundle::class => ['all' => true],
Netgen\Bundle\SiteAccessRoutesBundle\NetgenSiteAccessRoutesBundle::class => ['all' => true],
Netgen\Bundle\SiteInstallerBundle\NetgenSiteInstallerBundle::class => ['all' => true],
Netgen\Bundle\SiteBundle\NetgenSiteBundle::class => ['all' => true],
Netgen\Bundle\InformationCollectionBundle\NetgenInformationCollectionBundle::class => ['all' => true],
Netgen\Bundle\IbexaSiteApiBundle\NetgenIbexaSiteApiBundle::class => ['all' => true],
Netgen\Bundle\IbexaFormsBundle\NetgenIbexaFormsBundle::class => ['all' => true],
Netgen\Bundle\IbexaSearchExtraBundle\NetgenIbexaSearchExtraBundle::class => ['all' => true],
Netgen\IbexaFieldTypeEnhancedLinkBundle\NetgenIbexaFieldTypeEnhancedLinkBundle::class => ['all' => true],
Netgen\Bundle\BetterIbexaAdminUIBundle\NetgenBetterIbexaAdminUIBundle::class => ['all' => true],
Netgen\Bundle\ToolbarBundle\NetgenToolbarBundle::class => ['all' => true],
Pentatrion\ViteBundle\PentatrionViteBundle::class => ['all' => true],
];