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

Commit

Permalink
Merge branch 'hotfix/67'
Browse files Browse the repository at this point in the history
Close #67
  • Loading branch information
weierophinney committed Jan 21, 2016
2 parents 6b5ef53 + d184b98 commit 66c54b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Eighth release candidate.
- [#66](https://github.com/zendframework/zend-expressive-skeleton/pull/66)
adds the `'error' => true,` declaration to the `'error'` pipeline middleware
specification.
- [#67](https://github.com/zendframework/zend-expressive-skeleton/pull/67)
updates the `filp/whoops` dependency for installer development to `^1.1 || ^2.0`;
the two are compatible for our use cases, but we should prefer the latest
that can be installed. As 2.0 requires PHP 5.5.9, but our minimum PHP version
is 5.5.0, we must specify both.

## 1.0.0rc7 - 2016-01-19

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require-dev": {
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.3",
"filp/whoops": "^1.1",
"filp/whoops": "^1.1 || ^2.0",
"composer/composer": ">=1.0.0-alpha11",
"zendframework/zend-expressive-aurarouter": "^1.0",
"zendframework/zend-expressive-fastroute": "^1.0",
Expand Down

0 comments on commit 66c54b6

Please sign in to comment.