Download the PHP package inviqa/magento-version-checker without Composer
On this page you can find all versions of the php package inviqa/magento-version-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inviqa/magento-version-checker
More information about inviqa/magento-version-checker
Files in inviqa/magento-version-checker
Package magento-version-checker
Short Description Ensures that a Magento module has the expected Magento version installed.
License MIT
Informations about the package magento-version-checker
magento-version-checker
Ensures that a Magento module has the expected Magento version installed.
How to use on a project
Run the following to add it to the composer.json of your Magento project.
It checks all the packages with the following type: "magento-module". When it matches it compares the current version (1.1x) and edition (Enterprise or Community) of Magento with the required Magento version of the module.
How to use with standalone Magento module
Run the following to add it to the composer.json of your Magento module.
You need to specify the required magento versions in the extra section. You can specify the required enterprise and/or community edition as well.
Known issues
You may get the error below when running composer install the first time.
Workaround: run composer install
again.
Contributing
- Fork the repository
git clone [email protected]:inviqa/magento-version-checker.git
- Create a topic branch
git checkout -b my_branch
- Push to your branch
git push origin my_branch
- Create a Pull Request from your branch, include as much documentation as you can in the commit message/pull request, following these guidelines on writing a good commit message
- That's it!
License
Copyright:: 2015-2016 The Inviqa Group Ltd
See LICENSE file