Skip to content

Commit ca2791e

Browse files
authored
[Task] Update requirements in composer.json (#452)
* Update composer.json * Update composer.json * Adapted codeception tests * Revert "Adapted codeception tests" This reverts commit 7217793. * Priority for admin bundle
1 parent 0498869 commit ca2791e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
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",

src/PimcoreCustomerManagementFrameworkBundle.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
use CustomerManagementFrameworkBundle\DependencyInjection\Compiler\CustomerSaveManagerPass;
1919
use CustomerManagementFrameworkBundle\DependencyInjection\Compiler\NewsletterManagerPass;
2020
use CustomerManagementFrameworkBundle\DependencyInjection\Compiler\SegmentManagerPass;
21+
use Pimcore\Bundle\AdminBundle\PimcoreAdminBundle;
2122
use Pimcore\Bundle\AdminBundle\Support\BundleAdminSupportTrait;
2223
use Pimcore\Bundle\AdminBundle\Support\PimcoreBundleAdminSupportInterface;
2324
use 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);

0 commit comments

Comments
 (0)