All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to the Semantic Versioning scheme.
- Add dependency for
composer/installers
2.0
- Add
.editorconfig
,.gitignore
,.lando.yml
,phpcs.xml
andphpunit.xml
files to support local development - Add
LICENSE
andCHANGELOG.md
files - Add
phpunit/phpunit
andsquizlabs/php_codesniffer
as development dependencies - Add requirement for PHP 7.1
- Add support for Composer 2
- Move
OomphInc\ComposerInstallersExtender\Installer
toOomphInc\ComposerInstallersExtender\Installers\Installer
- Move
OomphInc\ComposerInstallersExtender\InstallerHelper
toOomphInc\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
- Update composer/installers version requirement
- Update package requirements to be less restrictive
- Initial release