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

Commit

Permalink
Merge branch 'hotfix/helpers-v5-support'
Browse files Browse the repository at this point in the history
Close #26
  • Loading branch information
weierophinney committed Dec 12, 2017
2 parents 3a6e0ea + d5c935b commit 848a707
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file, in reverse

Versions prior to 0.4.0 were released as the package "weierophinney/hal".

## 0.6.1 - 2017-12-12

### Added

- [#26](https://github.com/zendframework/zend-expressive-hal/pull/26) adds
support for the zend-expressive-helpers 5.0 series of releases.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.6.0 - 2017-11-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"phpunit/phpunit": "^6.4.3",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-diactoros": "^1.6",
"zendframework/zend-expressive-helpers": "^4.2",
"zendframework/zend-expressive-helpers": "^4.2 || ^5.0.0-dev || ^5.0.0",
"zendframework/zend-hydrator": "^2.3.1",
"zendframework/zend-paginator": "^2.7"
},
Expand Down
6 changes: 4 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 848a707

Please sign in to comment.