Skip to content

Releases: AydinHassan/magento-core-composer-installer

2.1.0

04 May 20:17
8f24252
Compare
Choose a tag to compare
  • Add support for PHP 8
  • Drop support for all older PHP versions

2.0.0

06 Nov 14:05
03e455b
Compare
Choose a tag to compare
  • Added support for Composer 2
  • Dropped support for Composer 1
  • Dropped support for PHP 5

1.5.0

27 Aug 12:23
Compare
Choose a tag to compare
  • Add ability to disable .gitignore management via git-ignore-enable config setting. Default to true. (#45)

1.4.0

21 Dec 10:06
Compare
Choose a tag to compare
  • 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 to magento-core. Useful if your core package has a type of magento-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

11 Sep 16:30
Compare
Choose a tag to compare
Throw exception if broken link is present where directory should be

1.2.2

04 Apr 14:15
Compare
Choose a tag to compare
Add more folders to default ignore set

1.2.0

22 Dec 11:12
Compare
Choose a tag to compare
CS

1.1.0: Merge pull request #2 from AydinHassan/gitignore-improvements

10 Dec 22:02
Compare
Choose a tag to compare
Only remove files which are being uninstalled from the gitignore

1.0.0

09 Dec 00:55
Compare
Choose a tag to compare
Use real repository by default