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

Commit a57c757

Browse files
committed
Merging develop to master in preparation for 3.2.0 release.
2 parents a5ea541 + 01961cf commit a57c757

File tree

3 files changed

+302
-315
lines changed

3 files changed

+302
-315
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

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

5-
## 3.1.1 - TBD
5+
## 3.2.0 - 2018-09-27
66

77
### Added
88

9-
- Nothing.
9+
- [#637](https://github.com/zendframework/zend-expressive/pull/637) adds support for zendframework/zend-diactoros 2.0.0. You may use either
10+
a 1.Y or 2.Y version of that library with Expressive applications.
1011

1112
### Changed
1213

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"phpstan/phpstan-strict-rules": "^0.9",
4242
"phpunit/phpunit": "^7.0.1",
4343
"zendframework/zend-coding-standard": "~1.0.0",
44-
"zendframework/zend-diactoros": "^1.7.1",
44+
"zendframework/zend-diactoros": "^1.7.1 || ^2.0",
4545
"zendframework/zend-expressive-aurarouter": "^3.0",
4646
"zendframework/zend-expressive-fastroute": "^3.0",
4747
"zendframework/zend-expressive-zendrouter": "^3.0",
@@ -78,8 +78,8 @@
7878
},
7979
"extra": {
8080
"branch-alias": {
81-
"dev-master": "3.1.x-dev",
82-
"dev-develop": "3.2.x-dev"
81+
"dev-master": "3.2.x-dev",
82+
"dev-develop": "3.3.x-dev"
8383
},
8484
"zf": {
8585
"config-provider": "Zend\\Expressive\\ConfigProvider"

0 commit comments

Comments
 (0)