Skip to content

Releases: oomphinc/composer-installers-extender

Support for Composer 2 & Require PHP 7.1

27 Oct 13:42
8d3fe38
Compare
Choose a tag to compare
  • Add LICENSE and CHANGELOG.md files
  • Add phpunit/phpunit and squizlabs/php_codesniffer as development
    dependencies
  • Add requirement for PHP 7.1
  • Add support for Composer 2
  • Move OomphInc\ComposerInstallersExtender\Installer to
    OomphInc\ComposerInstallersExtender\Installers\Installer
  • Move OomphInc\ComposerInstallersExtender\InstallerHelper to
    OomphInc\ComposerInstallersExtender\Installers\CustomInstaller
  • Implement PSR-2 standards and PHP 7.1 syntax
  • Update project README.md file

Minor syntax update to provide compatibility with PHP 5.3

31 Mar 17:05
Compare
Choose a tag to compare

This swaps out the 5.4 array syntax with the older style to provide compatibility with PHP 5.3. Though we do not intend to actively support 5.3 with future development, we find it reasonable to make this minor change, especially considering composer itself requires a minimum of 5.3.2.

Update composer/installers version requirement

05 Jul 15:02
Compare
Choose a tag to compare

To accommodate the latest release. Thanks @webflo!

Update package requirements to be less restrictive

02 Mar 23:37
Compare
Choose a tag to compare

Initial release

07 Jan 17:47
Compare
Choose a tag to compare
v1.0

Merge branch 'master' of github.com:oomphinc/composer-installers-exte…