diff --git a/CHANGELOG.md b/CHANGELOG.md index 301d41f..73cde57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,11 +24,11 @@ All notable changes to this project will be documented in this file, in reverse - Nothing. -## 2.0.1 - TBD +## 2.0.1 - 2020-07-02 ### 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",