Releases: AydinHassan/magento-core-composer-installer
Releases · AydinHassan/magento-core-composer-installer
2.1.0
2.0.0
- Added support for Composer 2
- Dropped support for Composer 1
- Dropped support for PHP 5
1.5.0
1.4.0
- Ignore the core packages
composer.json
&composer.lock
files when installing the core from vendor by default (#26) - Added the option
magento-core-package-type
to make the core package type configurable. By default it is set tomagento-core
. Useful if your core package has a type ofmagento-source
or similar (#33). - Fix some odd behaviour with file excludes (#34)
- Drop support for php
5.3
&5.4
(#42) - Fix package event type hint (#41)
1.3.0: Merge pull request #21 from AydinHassan/broken-links
Throw exception if broken link is present where directory should be
1.2.2
Add more folders to default ignore set
1.2.0
CS
1.1.0: Merge pull request #2 from AydinHassan/gitignore-improvements
Only remove files which are being uninstalled from the gitignore
1.0.0
Use real repository by default