From 69bfa33bcaa7f646c0ddeec0637bc549c81b3a9f Mon Sep 17 00:00:00 2001 From: Ryan Hoerr Date: Wed, 9 Apr 2025 23:35:51 -0400 Subject: [PATCH] Add creatuity/magento2-interceptors as a bundled extension --- .../mage-os/product-community-edition/dependencies-template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json index c3f6982..bbeba77 100644 --- a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json +++ b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json @@ -1,5 +1,6 @@ { "dependencies": { + "creatuity/magento2-interceptors": "https://github.com/creatuity/magento2-interceptors.git", "mage-os/security-package": "https://github.com/mage-os/mageos-security-package.git", "mage-os/inventory-metapackage": "https://github.com/mage-os/mageos-inventory.git", "mage-os/page-builder": "https://github.com/mage-os/mageos-magento2-page-builder"