|
76 | 76 | 'ibexa/discounts': 'optional', |
77 | 77 | 'ibexa/discounts-codes': 'optional', |
78 | 78 | 'ibexa/product-catalog-symbol-attribute': 'optional', |
| 79 | +'ibexa/collaboration': 'optional', |
| 80 | +'ibexa/share': 'optional', |
79 | 81 | } %} |
80 | 82 | {% set namespace_package_map = { |
81 | 83 |
|
|
86 | 88 | 'Ibexa\\Contracts\\DoctrineSchema': 'ibexa/doctrine-schema', |
87 | 89 | 'Ibexa\\SystemInfo': 'ibexa/system-info', |
88 | 90 | 'Ibexa\\Bundle\\SystemInfo': 'ibexa/system-info', |
89 | | -'EzSystems\zSupportTools': 'ibexa/system-info', |
| 91 | +'EzSystems\\EzSupportTools': 'ibexa/system-info', |
90 | 92 | 'Ibexa\\Contracts\\SystemInfo': 'ibexa/system-info', |
91 | | -'EzSystems\zSupportToolsBundle': 'ibexa/system-info', |
| 93 | +'EzSystems\\EzSupportToolsBundle': 'ibexa/system-info', |
92 | 94 | 'Ibexa\\AdminUi': 'ibexa/admin-ui', |
93 | 95 | 'Ibexa\\Bundle\\AdminUi': 'ibexa/admin-ui', |
94 | 96 | 'Ibexa\\Platform\\Assets': 'ibexa/admin-ui', |
95 | 97 | 'Ibexa\\Contracts\\AdminUi': 'ibexa/admin-ui', |
96 | | -'EzSystems\zPlatformAdminUi': 'ibexa/admin-ui', |
| 98 | +'EzSystems\\EzPlatformAdminUi': 'ibexa/admin-ui', |
97 | 99 | 'Ibexa\\Platform\\Bundle\\Assets': 'ibexa/admin-ui', |
98 | | -'EzSystems\zPlatformEncoreBundle': 'ibexa/admin-ui', |
99 | | -'EzSystems\zPlatformAdminUiBundle': 'ibexa/admin-ui', |
| 100 | +'EzSystems\\EzPlatformEncoreBundle': 'ibexa/admin-ui', |
| 101 | +'EzSystems\\EzPlatformAdminUiBundle': 'ibexa/admin-ui', |
100 | 102 | 'Ibexa\\Bundle\\AdminUiAssets': 'ibexa/admin-ui-assets', |
101 | | -'EzSystems\zPlatformAdminUiAssetsBundle': 'ibexa/admin-ui-assets', |
| 103 | +'EzSystems\\EzPlatformAdminUiAssetsBundle': 'ibexa/admin-ui-assets', |
102 | 104 | 'Ibexa\\ContentForms': 'ibexa/content-forms', |
103 | 105 | 'Ibexa\\Bundle\\ContentForms': 'ibexa/content-forms', |
104 | 106 | 'Ibexa\\Contracts\\ContentForms': 'ibexa/content-forms', |
105 | | -'EzSystems\zPlatformContentForms': 'ibexa/content-forms', |
106 | | -'EzSystems\zPlatformContentFormsBundle': 'ibexa/content-forms', |
107 | | -'EzSystems\zPlatformContentForms\\Features': 'ibexa/content-forms', |
| 107 | +'EzSystems\\EzPlatformContentForms': 'ibexa/content-forms', |
| 108 | +'EzSystems\\EzPlatformContentFormsBundle': 'ibexa/content-forms', |
| 109 | +'EzSystems\\EzPlatformContentForms\\Features': 'ibexa/content-forms', |
108 | 110 | 'Ibexa\\Core': 'ibexa/core', |
109 | 111 | 'eZ\\Publish\\API': 'ibexa/core', |
110 | 112 | 'eZ\\Publish\\SPI': 'ibexa/core', |
|
116 | 118 | 'Ibexa\\Contracts\\Core': 'ibexa/core', |
117 | 119 | 'eZ\\Publish\\SPI\\Tests': 'ibexa/core', |
118 | 120 | 'Ibexa\\Tests\\Bundle\\Core': 'ibexa/core', |
119 | | -'eZ\\Bundle\zPublishIOBundle': 'ibexa/core', |
| 121 | +'eZ\\Bundle\\EzPublishIOBundle': 'ibexa/core', |
120 | 122 | 'Ibexa\\Tests\\Integration\\Core': 'ibexa/core', |
121 | | -'eZ\\Bundle\zPublishCoreBundle': 'ibexa/core', |
122 | | -'eZ\\Bundle\zPublishDebugBundle': 'ibexa/core', |
| 123 | +'eZ\\Bundle\\EzPublishCoreBundle': 'ibexa/core', |
| 124 | +'eZ\\Bundle\\EzPublishDebugBundle': 'ibexa/core', |
123 | 125 | 'Ibexa\\Bundle\\LegacySearchEngine': 'ibexa/core', |
124 | 126 | 'eZ\\Publish\\API\\Repository\\Tests': 'ibexa/core', |
125 | 127 | 'Ibexa\\Bundle\\RepositoryInstaller': 'ibexa/core', |
126 | 128 | 'EzSystems\\PlatformInstallerBundle': 'ibexa/core', |
127 | | -'eZ\\Bundle\zPublishCoreBundle\\Tests': 'ibexa/core', |
| 129 | +'eZ\\Bundle\\EzPublishCoreBundle\\Tests': 'ibexa/core', |
128 | 130 | 'eZ\\Publish\\Core\\Persistence\\Legacy\\Tests': 'ibexa/core', |
129 | | -'eZ\\Bundle\zPublishLegacySearchEngineBundle': 'ibexa/core', |
| 131 | +'eZ\\Bundle\\EzPublishLegacySearchEngineBundle': 'ibexa/core', |
130 | 132 | 'eZ\\Publish\\Core\\MVC\\Symfony\\Templating\\Tests': 'ibexa/core', |
131 | 133 | 'Ibexa\\CorePersistence': 'ibexa/core-persistence', |
132 | 134 | 'Ibexa\\Bundle\\CorePersistence': 'ibexa/core-persistence', |
|
137 | 139 | 'Ibexa\\Cron': 'ibexa/cron', |
138 | 140 | 'Ibexa\\Bundle\\Cron': 'ibexa/cron', |
139 | 141 | 'Ibexa\\Contracts\\Cron': 'ibexa/cron', |
140 | | -'EzSystems\zPlatformCronBundle': 'ibexa/cron', |
| 142 | +'EzSystems\\EzPlatformCronBundle': 'ibexa/cron', |
141 | 143 | 'Ibexa\\DesignEngine': 'ibexa/design-engine', |
142 | 144 | 'Ibexa\\Bundle\\DesignEngine': 'ibexa/design-engine', |
143 | 145 | 'Ibexa\\Contracts\\DesignEngine': 'ibexa/design-engine', |
144 | | -'EzSystems\zPlatformDesignEngine': 'ibexa/design-engine', |
145 | | -'EzSystems\zPlatformDesignEngineBundle': 'ibexa/design-engine', |
| 146 | +'EzSystems\\EzPlatformDesignEngine': 'ibexa/design-engine', |
| 147 | +'EzSystems\\EzPlatformDesignEngineBundle': 'ibexa/design-engine', |
146 | 148 | 'Ibexa\\FieldTypeMatrix': 'ibexa/fieldtype-matrix', |
147 | 149 | 'Ibexa\\Bundle\\FieldTypeMatrix': 'ibexa/fieldtype-matrix', |
148 | | -'EzSystems\zPlatformMatrixFieldtype': 'ibexa/fieldtype-matrix', |
149 | | -'EzSystems\zPlatformMatrixFieldtypeBundle': 'ibexa/fieldtype-matrix', |
| 150 | +'EzSystems\\EzPlatformMatrixFieldtype': 'ibexa/fieldtype-matrix', |
| 151 | +'EzSystems\\EzPlatformMatrixFieldtypeBundle': 'ibexa/fieldtype-matrix', |
150 | 152 | 'Ibexa\\FieldTypeQuery': 'ibexa/fieldtype-query', |
151 | 153 | 'Ibexa\\Bundle\\FieldTypeQuery': 'ibexa/fieldtype-query', |
152 | 154 | 'Ibexa\\Contracts\\FieldTypeQuery': 'ibexa/fieldtype-query', |
153 | | -'EzSystems\zPlatformQueryFieldType': 'ibexa/fieldtype-query', |
| 155 | +'EzSystems\\EzPlatformQueryFieldType': 'ibexa/fieldtype-query', |
154 | 156 | 'Ibexa\\FieldTypeRichText': 'ibexa/fieldtype-richtext', |
155 | | -'EzSystems\zPlatformRichText': 'ibexa/fieldtype-richtext', |
| 157 | +'EzSystems\\EzPlatformRichText': 'ibexa/fieldtype-richtext', |
156 | 158 | 'Ibexa\\Tests\\FieldTypeRichText': 'ibexa/fieldtype-richtext', |
157 | 159 | 'Ibexa\\Bundle\\FieldTypeRichText': 'ibexa/fieldtype-richtext', |
158 | 160 | 'Ibexa\\Contracts\\FieldTypeRichText': 'ibexa/fieldtype-richtext', |
159 | | -'EzSystems\zPlatformRichTextBundle': 'ibexa/fieldtype-richtext', |
| 161 | +'EzSystems\\EzPlatformRichTextBundle': 'ibexa/fieldtype-richtext', |
160 | 162 | 'Ibexa\\GraphQL': 'ibexa/graphql', |
161 | 163 | 'Ibexa\\Bundle\\GraphQL': 'ibexa/graphql', |
162 | 164 | 'Ibexa\\Contracts\\GraphQL': 'ibexa/graphql', |
163 | | -'EzSystems\zPlatformGraphQL': 'ibexa/graphql', |
| 165 | +'EzSystems\\EzPlatformGraphQL': 'ibexa/graphql', |
164 | 166 | 'Ibexa\\HttpCache': 'ibexa/http-cache', |
165 | 167 | 'Ibexa\\Bundle\\HttpCache': 'ibexa/http-cache', |
166 | 168 | 'Ibexa\\Contracts\\HttpCache': 'ibexa/http-cache', |
|
174 | 176 | 'Ibexa\\Rest': 'ibexa/rest', |
175 | 177 | 'Ibexa\\Bundle\\Rest': 'ibexa/rest', |
176 | 178 | 'Ibexa\\Contracts\\Rest': 'ibexa/rest', |
177 | | -'EzSystems\zPlatformRest': 'ibexa/rest', |
178 | | -'EzSystems\zPlatformRestBundle': 'ibexa/rest', |
| 179 | +'EzSystems\\EzPlatformRest': 'ibexa/rest', |
| 180 | +'EzSystems\\EzPlatformRestBundle': 'ibexa/rest', |
179 | 181 | 'Ibexa\\Search': 'ibexa/search', |
180 | 182 | 'Ibexa\\Bundle\\Search': 'ibexa/search', |
181 | 183 | 'Ibexa\\Platform\\Search': 'ibexa/search', |
|
185 | 187 | 'Ibexa\\Bundle\\Solr': 'ibexa/solr', |
186 | 188 | 'Ibexa\\Contracts\\Solr': 'ibexa/solr', |
187 | 189 | 'Ibexa\\Tests\\Solr\\SetupFactory': 'ibexa/solr', |
188 | | -'EzSystems\zPlatformSolrSearchEngine': 'ibexa/solr', |
189 | | -'EzSystems\zPlatformSolrSearchEngineBundle': 'ibexa/solr', |
190 | | -'EzSystems\zPlatformSolrSearchEngine\\Tests\\SetupFactory': 'ibexa/solr', |
| 190 | +'EzSystems\\EzPlatformSolrSearchEngine': 'ibexa/solr', |
| 191 | +'EzSystems\\EzPlatformSolrSearchEngineBundle': 'ibexa/solr', |
| 192 | +'EzSystems\\EzPlatformSolrSearchEngine\\Tests\\SetupFactory': 'ibexa/solr', |
191 | 193 | 'Ibexa\\StandardDesign': 'ibexa/standard-design', |
192 | 194 | 'Ibexa\\Bundle\\StandardDesign': 'ibexa/standard-design', |
193 | 195 | 'Ibexa\\Contracts\\StandardDesign': 'ibexa/standard-design', |
194 | | -'EzSystems\zPlatformStandardDesignBundle': 'ibexa/standard-design', |
| 196 | +'EzSystems\\EzPlatformStandardDesignBundle': 'ibexa/standard-design', |
195 | 197 | 'Ibexa\\TwigComponents': 'ibexa/twig-components', |
196 | 198 | 'Ibexa\\Bundle\\TwigComponents': 'ibexa/twig-components', |
197 | 199 | 'Ibexa\\Contracts\\TwigComponents': 'ibexa/twig-components', |
198 | 200 | 'Ibexa\\User': 'ibexa/user', |
199 | 201 | 'Ibexa\\Bundle\\User': 'ibexa/user', |
200 | 202 | 'Ibexa\\Contracts\\User': 'ibexa/user', |
201 | | -'EzSystems\zPlatformUser': 'ibexa/user', |
202 | | -'EzSystems\zPlatformUserBundle': 'ibexa/user', |
| 203 | +'EzSystems\\EzPlatformUser': 'ibexa/user', |
| 204 | +'EzSystems\\EzPlatformUserBundle': 'ibexa/user', |
203 | 205 |
|
204 | 206 | 'Ibexa\\Bundle\\Connect': 'ibexa/connect', |
205 | 207 | 'Ibexa\\Contracts\\Connect': 'ibexa/connect', |
|
241 | 243 | 'Ibexa\\Scheduler': 'ibexa/scheduler', |
242 | 244 | 'Ibexa\\Bundle\\Scheduler': 'ibexa/scheduler', |
243 | 245 | 'Ibexa\\Contracts\\Scheduler': 'ibexa/scheduler', |
244 | | -'EzSystems\zPlatformCalendarBundle': 'ibexa/calendar', |
245 | | -'EzSystems\zPlatformCalendar': 'ibexa/calendar', |
| 246 | +'EzSystems\\EzPlatformCalendarBundle': 'ibexa/calendar', |
| 247 | +'EzSystems\\EzPlatformCalendar': 'ibexa/calendar', |
246 | 248 | 'Ibexa\\Calendar': 'ibexa/calendar', |
247 | 249 | 'Ibexa\\Bundle\\Calendar': 'ibexa/calendar', |
248 | 250 | 'Ibexa\\Contracts\\Calendar': 'ibexa/calendar', |
|
252 | 254 | 'Ibexa\\Platform\\Bundle\\Connector\\Dam': 'ibexa/connector-dam', |
253 | 255 | 'Ibexa\\Platform\\Contracts\\Connector\\Dam': 'ibexa/connector-dam', |
254 | 256 | 'Ibexa\\Platform\\Connector\\Dam': 'ibexa/connector-dam', |
255 | | -'Ibexa\lasticsearch': 'ibexa/elasticsearch', |
256 | | -'Ibexa\\Bundle\lasticsearch': 'ibexa/elasticsearch', |
257 | | -'Ibexa\\Contracts\lasticsearch': 'ibexa/elasticsearch', |
258 | | -'Ibexa\\Platform\\Bundle\lasticSearchEngine': 'ibexa/elasticsearch', |
259 | | -'Ibexa\\Platform\\Contracts\lasticSearchEngine': 'ibexa/elasticsearch', |
260 | | -'Ibexa\\Platform\lasticSearchEngine': 'ibexa/elasticsearch', |
| 257 | +'Ibexa\\Elasticsearch': 'ibexa/elasticsearch', |
| 258 | +'Ibexa\\Bundle\\Elasticsearch': 'ibexa/elasticsearch', |
| 259 | +'Ibexa\\Contracts\\Elasticsearch': 'ibexa/elasticsearch', |
| 260 | +'Ibexa\\Platform\\Bundle\\ElasticSearchEngine': 'ibexa/elasticsearch', |
| 261 | +'Ibexa\\Platform\\Contracts\\ElasticSearchEngine': 'ibexa/elasticsearch', |
| 262 | +'Ibexa\\Platform\\ElasticSearchEngine': 'ibexa/elasticsearch', |
261 | 263 | 'Ibexa\\Fastly': 'ibexa/fastly', |
262 | 264 | 'Ibexa\\Bundle\\Fastly': 'ibexa/fastly', |
263 | 265 | 'Ibexa\\Contracts\\Fastly': 'ibexa/fastly', |
|
274 | 276 | 'Ibexa\\VersionComparison': 'ibexa/version-comparison', |
275 | 277 | 'Ibexa\\Bundle\\VersionComparison': 'ibexa/version-comparison', |
276 | 278 | 'Ibexa\\Contracts\\VersionComparison': 'ibexa/version-comparison', |
277 | | -'EzSystems\zPlatformVersionComparisonBundle': 'ibexa/version-comparison', |
278 | | -'EzSystems\zPlatformVersionComparison': 'ibexa/version-comparison', |
| 279 | +'EzSystems\\EzPlatformVersionComparisonBundle': 'ibexa/version-comparison', |
| 280 | +'EzSystems\\EzPlatformVersionComparison': 'ibexa/version-comparison', |
279 | 281 | 'Ibexa\\Workflow': 'ibexa/workflow', |
280 | 282 | 'Ibexa\\Bundle\\Workflow': 'ibexa/workflow', |
281 | 283 | 'Ibexa\\Contracts\\Workflow': 'ibexa/workflow', |
282 | | -'EzSystems\zPlatformWorkflow': 'ibexa/workflow', |
283 | | -'EzSystems\zPlatformWorkflowBundle': 'ibexa/workflow', |
| 284 | +'EzSystems\\EzPlatformWorkflow': 'ibexa/workflow', |
| 285 | +'EzSystems\\EzPlatformWorkflowBundle': 'ibexa/workflow', |
284 | 286 | 'Ibexa\\Bundle\\Taxonomy': 'ibexa/taxonomy', |
285 | 287 | 'Ibexa\\Contracts\\Taxonomy': 'ibexa/taxonomy', |
286 | 288 | 'Ibexa\\Taxonomy': 'ibexa/taxonomy', |
|
305 | 307 | 'Ibexa\\Bundle\\ActivityLog': 'ibexa/activity-log', |
306 | 308 | 'Ibexa\\Contracts\\ActivityLog': 'ibexa/activity-log', |
307 | 309 | 'Ibexa\\ActivityLog': 'ibexa/activity-log', |
308 | | -'EzSystems\zPlatformFormBuilderBundle': 'ibexa/form-builder', |
309 | | -'EzSystems\zPlatformFormBuilder': 'ibexa/form-builder', |
| 310 | +'EzSystems\\EzPlatformFormBuilderBundle': 'ibexa/form-builder', |
| 311 | +'EzSystems\\EzPlatformFormBuilder': 'ibexa/form-builder', |
310 | 312 | 'Ibexa\\FormBuilder': 'ibexa/form-builder', |
311 | 313 | 'Ibexa\\Bundle\\FormBuilder': 'ibexa/form-builder', |
312 | 314 | 'Ibexa\\Contracts\\FormBuilder': 'ibexa/form-builder', |
313 | 315 | 'Ibexa\\PageBuilder': 'ibexa/page-builder', |
314 | 316 | 'Ibexa\\Bundle\\PageBuilder': 'ibexa/page-builder', |
315 | 317 | 'Ibexa\\Contracts\\PageBuilder': 'ibexa/page-builder', |
316 | | -'EzSystems\zPlatformPageBuilderBundle': 'ibexa/page-builder', |
317 | | -'EzSystems\zPlatformPageBuilder': 'ibexa/page-builder', |
| 318 | +'EzSystems\\EzPlatformPageBuilderBundle': 'ibexa/page-builder', |
| 319 | +'EzSystems\\EzPlatformPageBuilder': 'ibexa/page-builder', |
318 | 320 | 'Ibexa\\FieldTypeAddress': 'ibexa/fieldtype-address', |
319 | 321 | 'Ibexa\\Bundle\\FieldTypeAddress': 'ibexa/fieldtype-address', |
320 | 322 | 'Ibexa\\Contracts\\FieldTypeAddress': 'ibexa/fieldtype-address', |
321 | 323 | 'Ibexa\\FieldTypePage': 'ibexa/fieldtype-page', |
322 | 324 | 'Ibexa\\Bundle\\FieldTypePage': 'ibexa/fieldtype-page', |
323 | 325 | 'Ibexa\\Contracts\\FieldTypePage': 'ibexa/fieldtype-page', |
324 | | -'EzSystems\zPlatformPageFieldType': 'ibexa/fieldtype-page', |
325 | | -'EzSystems\zPlatformPageFieldTypeBundle': 'ibexa/fieldtype-page', |
| 326 | +'EzSystems\\EzPlatformPageFieldType': 'ibexa/fieldtype-page', |
| 327 | +'EzSystems\\EzPlatformPageFieldTypeBundle': 'ibexa/fieldtype-page', |
326 | 328 | 'Ibexa\\Bundle\\Dashboard': 'ibexa/dashboard', |
327 | 329 | 'Ibexa\\Contracts\\Dashboard': 'ibexa/dashboard', |
328 | 330 | 'Ibexa\\Dashboard': 'ibexa/dashboard', |
|
338 | 340 | 'Ibexa\\Platform\\Segmentation': 'ibexa/segmentation', |
339 | 341 | 'Ibexa\\Platform\\Bundle\\Segmentation': 'ibexa/segmentation', |
340 | 342 | 'Ibexa\\Platform\\Contracts\\Segmentation': 'ibexa/segmentation', |
341 | | -'EzSystems\zPlatformSiteFactoryBundle': 'ibexa/site-factory', |
342 | | -'EzSystems\zPlatformSiteFactory': 'ibexa/site-factory', |
| 343 | +'EzSystems\\EzPlatformSiteFactoryBundle': 'ibexa/site-factory', |
| 344 | +'EzSystems\\EzPlatformSiteFactory': 'ibexa/site-factory', |
343 | 345 | 'Ibexa\\SiteFactory': 'ibexa/site-factory', |
344 | 346 | 'Ibexa\\Bundle\\SiteFactory': 'ibexa/site-factory', |
345 | 347 | 'Ibexa\\Contracts\\SiteFactory': 'ibexa/site-factory', |
|
380 | 382 | 'Ibexa\\AutomatedTranslation': 'ibexa/automated-translation', |
381 | 383 | 'Ibexa\\Bundle\\AutomatedTranslation': 'ibexa/automated-translation', |
382 | 384 | 'Ibexa\\Contracts\\AutomatedTranslation': 'ibexa/automated-translation', |
383 | | -'EzSystems\zPlatformAutomatedTranslation': 'ibexa/automated-translation', |
384 | | -'EzSystems\zPlatformAutomatedTranslationBundle': 'ibexa/automated-translation', |
| 385 | +'EzSystems\\EzPlatformAutomatedTranslation': 'ibexa/automated-translation', |
| 386 | +'EzSystems\\EzPlatformAutomatedTranslationBundle': 'ibexa/automated-translation', |
385 | 387 | 'Ibexa\\Bundle\\ProductCatalogDateTimeAttribute': 'ibexa/product-catalog-date-time-attribute', |
386 | 388 | 'Ibexa\\Contracts\\ProductCatalogDateTimeAttribute': 'ibexa/product-catalog-date-time-attribute', |
387 | 389 | 'Ibexa\\ProductCatalogDateTimeAttribute': 'ibexa/product-catalog-date-time-attribute', |
|
396 | 398 | 'Ibexa\\Bundle\\ProductCatalogSymbolAttribute': 'ibexa/product-catalog-symbol-attribute', |
397 | 399 | 'Ibexa\\Contracts\\ProductCatalogSymbolAttribute': 'ibexa/product-catalog-symbol-attribute', |
398 | 400 | 'Ibexa\\ProductCatalogSymbolAttribute': 'ibexa/product-catalog-symbol-attribute', |
| 401 | +'Ibexa\\Bundle\\Collaboration': 'ibexa/collaboration', |
| 402 | +'Ibexa\\Contracts\\Collaboration': 'ibexa/collaboration', |
| 403 | +'Ibexa\\Collaboration': 'ibexa/collaboration', |
| 404 | +'Ibexa\\Bundle\\Share': 'ibexa/share', |
| 405 | +'Ibexa\\Contracts\\Share': 'ibexa/share', |
| 406 | +'Ibexa\\Share': 'ibexa/share', |
399 | 407 | } %} |
400 | 408 | {% block content %}{% endblock %} |
0 commit comments