Skip to content

Commit efc95a8

Browse files
authoredMar 15, 2023
Allow stable version of phpcs installer (#8)
1 parent 125b239 commit efc95a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 2.1.2
8+
### Changed
9+
- Allow use of stable version of `dealerdirect/phpcodesniffer-composer-installer`
10+
711
## 2.1.1
812
### Fixed
913
- Resolve incompatibility with `PSR12.ControlStructures.ControlStructureSpacing` (from the `Youwe` standard) and `PSR2.ControlStructures.ControlStructureSpacing` (from the `Magento2` standard).

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"homepage": "https://github.com/YouweGit/coding-standard-magento2",
1313
"require": {
14-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
14+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2 || ^1.0",
1515
"magento/magento-coding-standard": ">= 9",
1616
"youwe/coding-standard": "^3.5.0"
1717
},

0 commit comments

Comments
 (0)
Please sign in to comment.