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

Commit 848a707

Browse files
committed
Merge branch 'hotfix/helpers-v5-support'
Close #26
2 parents 3a6e0ea + d5c935b commit 848a707

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file, in reverse
44

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

7+
## 0.6.1 - 2017-12-12
8+
9+
### Added
10+
11+
- [#26](https://github.com/zendframework/zend-expressive-hal/pull/26) adds
12+
support for the zend-expressive-helpers 5.0 series of releases.
13+
14+
### Changed
15+
16+
- Nothing.
17+
18+
### Deprecated
19+
20+
- Nothing.
21+
22+
### Removed
23+
24+
- Nothing.
25+
26+
### Fixed
27+
28+
- Nothing.
29+
730
## 0.6.0 - 2017-11-07
831

932
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"phpunit/phpunit": "^6.4.3",
3535
"zendframework/zend-coding-standard": "~1.0.0",
3636
"zendframework/zend-diactoros": "^1.6",
37-
"zendframework/zend-expressive-helpers": "^4.2",
37+
"zendframework/zend-expressive-helpers": "^4.2 || ^5.0.0-dev || ^5.0.0",
3838
"zendframework/zend-hydrator": "^2.3.1",
3939
"zendframework/zend-paginator": "^2.7"
4040
},

composer.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)