diff --git a/CHANGELOG.md b/CHANGELOG.md index 198b6d0..885a0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- Nothing. +- [#34](https://github.com/laminas/laminas-coding-standard/pull/34) Added support for `dealerdirect/phpcodesniffer-composer-installer` and thus composer 2.0 ### Changed diff --git a/composer.json b/composer.json index 72950c4..8ca0701 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require": { "php": "^7.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2", + "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", "laminas/laminas-zendframework-bridge": "^1.0", "slevomat/coding-standard": "^6.2.0", "squizlabs/php_codesniffer": "^3.5.3",