Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit e68f9f5

Browse files
committed
Merge branch 'hotfix/7' into develop
Close #7
2 parents 182eab9 + 3dbadc1 commit e68f9f5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 2.0.0-alpha.2 - 2018-11-26
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- [#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.
26+
527
## 2.0.0-alpha.1 - 2018-11-18
628

729
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require": {
2020
"php": "^7.1",
21-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
21+
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
2222
"slevomat/coding-standard": "^4.8.0",
2323
"squizlabs/php_codesniffer": "^3.3.2",
2424
"webimpress/coding-standard": "dev-master"

0 commit comments

Comments
 (0)