Skip to content

Commit

Permalink
Add package, and enable.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemacausland committed Nov 28, 2024
1 parent f0870a5 commit 40f94cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
"prefer-stable": true,
"require": {
"pimcore/pimcore": "*",
"pimcore/platform-version": "^2024.3",
"pimcore/platform-version": "^2024.3",
"pimcore/admin-ui-classic-bundle": "*",
"symfony/dotenv": "^6.4.12",
"symfony/runtime": "^6.4.12",
"torqit/pimcore-folder-creator-bundle": "^3.0",
"torqit/pimcore-role-creator-bundle": "^3.1"
"torqit/pimcore-role-creator-bundle": "^3.1",
"coreshop/messenger-bundle": "^4.0"
},
"require-dev": {
"codeception/codeception": "^5.0.3",
Expand Down Expand Up @@ -53,4 +54,4 @@
"Pimcore\\Composer::installAssets"
]
}
}
}
2 changes: 2 additions & 0 deletions src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
use Pimcore\Kernel as PimcoreKernel;
use TorqIT\FolderCreatorBundle\FolderCreatorBundle;
use TorqIT\RoleCreatorBundle\RoleCreatorBundle;
use CoreShop\Bundle\MessengerBundle\CoreShopMessengerBundle;

class Kernel extends PimcoreKernel
{
Expand All @@ -55,5 +56,6 @@ public function registerBundlesToCollection(BundleCollection $collection): void
// Custom bundles
$collection->addBundle(new FolderCreatorBundle());
$collection->addBundle(new RoleCreatorBundle());
$collection->addBundle(new CoreShopMessengerBundle());
}
}

0 comments on commit 40f94cd

Please sign in to comment.