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

Commit 59faaa0

Browse files
committed
Merge branch 'hotfix/234'
Close #234
2 parents e750944 + 9846822 commit 59faaa0

File tree

7 files changed

+797
-145
lines changed

7 files changed

+797
-145
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ All notable changes to this project will be documented in this file, in reverse
2222
additional validations to header names and values to ensure no malformed values
2323
are provided.
2424

25+
- [#234](https://github.com/zendframework/zend-diactoros/pull/234) fixes a
26+
number of reason phrases in the `Response` instance, and adds automation from
27+
the canonical IANA sources to ensure any new phrases added are correct.
28+
2529
## 1.3.10 - 2017-01-23
2630

2731
### Added

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^4.6 || ^5.5",
28-
"zendframework/zend-coding-standard": "~1.0.0"
28+
"zendframework/zend-coding-standard": "~1.0.0",
29+
"ext-dom": "*",
30+
"ext-libxml": "*"
2931
},
3032
"provide": {
3133
"psr/http-message-implementation": "~1.0.0"

0 commit comments

Comments
 (0)