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/234'
Browse files Browse the repository at this point in the history
Close #234
  • Loading branch information
weierophinney committed Apr 6, 2017
2 parents e750944 + 9846822 commit 59faaa0
Show file tree
Hide file tree
Showing 7 changed files with 797 additions and 145 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -22,6 +22,10 @@ All notable changes to this project will be documented in this file, in reverse
additional validations to header names and values to ensure no malformed values
are provided.

- [#234](https://github.com/zendframework/zend-diactoros/pull/234) fixes a
number of reason phrases in the `Response` instance, and adds automation from
the canonical IANA sources to ensure any new phrases added are correct.

## 1.3.10 - 2017-01-23

### Added
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -25,7 +25,9 @@
},
"require-dev": {
"phpunit/phpunit": "^4.6 || ^5.5",
"zendframework/zend-coding-standard": "~1.0.0"
"zendframework/zend-coding-standard": "~1.0.0",
"ext-dom": "*",
"ext-libxml": "*"
},
"provide": {
"psr/http-message-implementation": "~1.0.0"
Expand Down

0 comments on commit 59faaa0

Please sign in to comment.