File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2525 "knplabs/knp-components" : " ^4.0" ,
2626 "pear/archive_tar" : " ^1.4.3" ,
2727 "pimcore/newsletter-bundle" : " ^1.0" ,
28- "pimcore/number-sequence-generator" : " 2.x-dev as 2.99" ,
28+ "pimcore/number-sequence-generator" : " ^2.0" ,
29+ "pimcore/admin-ui-classic-bundle" : " ^1.0" ,
2930 "pimcore/object-merger" : " ^4.0" ,
30- "pimcore/pimcore" : " 11.x-dev as 11.99.9 " ,
31+ "pimcore/pimcore" : " ^ 11.0 " ,
3132 "pimcore/search-query-parser" : " ^1.3" ,
3233 "pimcore/personalization-bundle" : " ^1.0" ,
3334 "symfony/asset" : " ^6.2" ,
Original file line number Diff line number Diff line change 1818use CustomerManagementFrameworkBundle \DependencyInjection \Compiler \CustomerSaveManagerPass ;
1919use CustomerManagementFrameworkBundle \DependencyInjection \Compiler \NewsletterManagerPass ;
2020use CustomerManagementFrameworkBundle \DependencyInjection \Compiler \SegmentManagerPass ;
21+ use Pimcore \Bundle \AdminBundle \PimcoreAdminBundle ;
2122use Pimcore \Bundle \AdminBundle \Support \BundleAdminSupportTrait ;
2223use Pimcore \Bundle \AdminBundle \Support \PimcoreBundleAdminSupportInterface ;
2324use Pimcore \Bundle \ApplicationLoggerBundle \PimcoreApplicationLoggerBundle ;
@@ -83,6 +84,7 @@ public function getInstaller(): Installer
8384
8485 public static function registerDependentBundles (BundleCollection $ collection ): void
8586 {
87+ $ collection ->addBundle (PimcoreAdminBundle::class, 10 );
8688 $ collection ->addBundle (PimcoreApplicationLoggerBundle::class);
8789 $ collection ->addBundle (PimcorePersonalizationBundle::class);
8890 $ collection ->addBundle (PimcoreNewsletterBundle::class);
You can’t perform that action at this time.
0 commit comments