iranimij / magento-git-extension-checker
Example module for Magento 2
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.1.0||~8.2.0
- magento/framework: 103.0.*
- sebastianfeldmann/git: ^3.1
- yireo/magento2-extensionchecker: ^2.2
This package is auto-updated.
Last update: 2025-03-26 13:57:20 UTC
README
The Iranimij_GitExtensionChecker module is on top of the Yireo_ExtensionChecker
module. It focuses on analyzing the dependencies of Magento 2 modules that have been modified in the current Git branch compared to the main
branch. This helps ensure that only the relevant module dependencies are checked, streamlining your development workflow.
Features
- Detects modified modules by comparing the current branch with the
main
branch. - Checks the dependencies of only the changed modules.
- Integrates seamlessly with Magento 2 development processes.
Installation
To install the module, use Composer and run the Magento setup commands:
composer require iranimij/magento-git-extension-checker bin/magento setup:upgrade
Requirements
- Magento 2.4.x or higher
- PHP 8.0 or higher
Usage
bin/magento Iranimij_GitExtensionChecker:scan
License
OSL-3.0