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

Commit 1ff0b85

Browse files
committed
Merge branch 'hotfix/api-prob-minimum'
Require zf-api-problem 1.2.2 or greater.
2 parents f0097cd + 0dfe1d7 commit 1ff0b85

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 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.3.3 - TBD
5+
## 1.3.3 - 2016-10-11
66

77
### Added
88

@@ -18,7 +18,8 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21-
- Nothing.
21+
- Updates the `composer.json` to have a minimum supported zf-api-problem version
22+
of 1.2.2; this is necessary for the fixes in #103 and #105 to work correctly.
2223

2324
## 1.3.2 - 2016-10-11
2425

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"zendframework/zend-mvc": "^2.7.9 || ^3.0.2",
3333
"zendframework/zend-paginator": "^2.7",
3434
"zendframework/zend-stdlib": "^2.7.7 || ^3.0.1",
35-
"zfcampus/zf-api-problem": "^1.2.1",
35+
"zfcampus/zf-api-problem": "^1.2.2",
3636
"zfcampus/zf-content-negotiation": "^1.2.1",
3737
"zfcampus/zf-hal": "^1.4",
3838
"zfcampus/zf-mvc-auth": "^1.4"

composer.lock

Lines changed: 2 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)