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

Commit 798c882

Browse files
committed
Adds CHANGELOG entry for #165
1 parent 00c5c5a commit 798c882

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 1.5.1 - TBD
5+
## 1.5.1 - 2018-08-15
66

77
### Added
88

@@ -22,7 +22,20 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25-
- Nothing.
25+
- [#165](https://github.com/zfcampus/zf-apigility-skeleton/pull/165) updates the `composer.lock` by running `composer install` using a
26+
PHP 5.6 release. This was done as the 1.5.0 release was made using a PHP 7.1+
27+
binary, and thus installed versions of dependencies that were compatible with
28+
those release - but not with 5.6. Once a release is made with this patch,
29+
users on PHP 5.6 will be able to install the skeleton again.
30+
31+
However, this means that PHP 7.1+ users will need to execute the following
32+
after an initial skeleton install in order to get newer versions of libraries
33+
compatible with 7.1:
34+
35+
```bash
36+
$ rm -Rf composer.lock vendor
37+
$ composer install
38+
```
2639

2740
## 1.5.0 - 2018-05-08
2841

0 commit comments

Comments
 (0)