From e120e6cf9a764afcef003626b7196071e45c7c3d Mon Sep 17 00:00:00 2001 From: Geert Eltink Date: Mon, 26 Nov 2018 08:47:03 +0100 Subject: [PATCH 1/2] Update to composer-installer 0.5 which fixes an issue with missing classes during install --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9e115881..5781eadb 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require": { "php": "^7.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "slevomat/coding-standard": "^4.8.0", "squizlabs/php_codesniffer": "^3.3.2", "webimpress/coding-standard": "dev-master" From b65eea73887e1165cd8059a4f944df0326b18247 Mon Sep 17 00:00:00 2001 From: Geert Eltink Date: Mon, 26 Nov 2018 08:57:28 +0100 Subject: [PATCH 2/2] Add changelog for #7 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a884d01..5e0e23d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 2.0.0-alpha.2 - 2018-11-26 + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#7](https://github.com/zendframework/zend-coding-standard/pull/7) updates to composer-installer 0.5 which fixes a 'Class not found' error during installation. + ## 2.0.0-alpha.1 - 2018-11-18 ### Added