Adds bin/magento info:dependencies:show-removable to export modules-removable.csv with modules that have no declared dependencies, helping identify candidates to disable. Includes Composer package and installation/usage steps.
16 Jun 2026
Composer meta-package that installs 12 Orangecat B2B modules (company accounts and approval, company credit, payment/shipping restrictions, sales reps, custom pricing/price lists, product lists, purchase orders, quick order, RMAs, visibility rules). Includes setup commands, requirements, and dependency order.
16 Jun 2026
Enables the browser’s Back/Forward Cache on storefront pages by removing no-store headers and restoring state on pageshow, speeding up history navigation and improving Core Web Vitals (LCP/INP). Includes steps to apply via cweagans/composer-patches.
18 May 2026
This module provides a dashboard inside the Magento admin to view your composer packages: What packages are installed? Are they up to date? Are there any security advisories for these packages?
This is a Composer plugin that dynamically generates the NonComposerComponentRegistration.php file based on glob patterns, useful for monorepo projects. It supports an exclusion configuration to selectively disable modules without removing them from the codebase and operates automatically during Composer install and update commands.
30 Sep 2025
This plugin creates a global registration.php file to optimize component discovery for configuration management in e-commerce platforms. It requires installation via Composer and is designed to improve autoloading of components. The project is open-source and licensed under MIT, providing an efficient solution for developers.
04 Jul 2025
The standard way to store Adobe Commerce modules is in the app/code/
04 Jul 2025
This is likely the quickest and most efficient way to generate Composer-compatible patches for vendor packages, saving developers significant time and effort.