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

Commit

Permalink
Merge branch 'feature/zend-expressive-router-3-series' into develop
Browse files Browse the repository at this point in the history
Close #25
  • Loading branch information
weierophinney committed Dec 5, 2017
2 parents 04b120d + 903ba0e commit 07d24ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.1.0 - TBD
## 2.1.0 - 2017-12-05

### Added

- [#23](https://github.com/zendframework/zend-expressive-aurarouter/pull/23)
adds support for PHP 7.2.

- [#25](https://github.com/zendframework/zend-expressive-aurarouter/pull/25)
adds support for the 3.0.0-dev series of zend-expressive-router, which has an
API that is compatible with the 2.X series.

### Deprecated

- Nothing.
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 @@
"aura/router": "^3.0.1",
"fig/http-message-util": "^1.1.2",
"psr/http-message": "^1.0.1",
"zendframework/zend-expressive-router": "^2.1"
"zendframework/zend-expressive-router": "^2.1 || ^3.0.0-dev || ^3.0.0"
},
"require-dev": {
"malukenho/docheader": "^0.1.5",
Expand Down

0 comments on commit 07d24ff

Please sign in to comment.