diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab2b67..1a4a5d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.1.2 +### Changed +- Allow use of stable version of `dealerdirect/phpcodesniffer-composer-installer` + ## 2.1.1 ### Fixed - Resolve incompatibility with `PSR12.ControlStructures.ControlStructureSpacing` (from the `Youwe` standard) and `PSR2.ControlStructures.ControlStructureSpacing` (from the `Magento2` standard). diff --git a/composer.json b/composer.json index 01b3b0f..563cfee 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "homepage": "https://github.com/YouweGit/coding-standard-magento2", "require": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2 || ^1.0", "magento/magento-coding-standard": ">= 9", "youwe/coding-standard": "^3.5.0" },