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

Commit

Permalink
Merge branch 'hotfix/php-5.6-installer'
Browse files Browse the repository at this point in the history
Close #165
  • Loading branch information
weierophinney committed Aug 15, 2018
2 parents 60550fa + 798c882 commit 5e3b101
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 425 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 1.5.1 - TBD
## 1.5.1 - 2018-08-15

### Added

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

### Fixed

- Nothing.
- [#165](https://github.com/zfcampus/zf-apigility-skeleton/pull/165) updates the `composer.lock` by running `composer install` using a
PHP 5.6 release. This was done as the 1.5.0 release was made using a PHP 7.1+
binary, and thus installed versions of dependencies that were compatible with
those release - but not with 5.6. Once a release is made with this patch,
users on PHP 5.6 will be able to install the skeleton again.

However, this means that PHP 7.1+ users will need to execute the following
after an initial skeleton install in order to get newer versions of libraries
compatible with 7.1:

```bash
$ rm -Rf composer.lock vendor
$ composer install
```

## 1.5.0 - 2018-05-08

Expand Down
Loading

0 comments on commit 5e3b101

Please sign in to comment.