Skip to content

Commit

Permalink
Forward port #34
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Jul 2, 2020
2 parents 1a23a55 + 808d9ad commit 7070692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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",
Expand Down

0 comments on commit 7070692

Please sign in to comment.