This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +302
-315
lines changed Expand file tree Collapse file tree 3 files changed +302
-315
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
- ## 3.1.1 - TBD
5
+ ## 3.2.0 - 2018-09-27
6
6
7
7
### Added
8
8
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.
10
11
11
12
### Changed
12
13
Original file line number Diff line number Diff line change 41
41
"phpstan/phpstan-strict-rules" : " ^0.9" ,
42
42
"phpunit/phpunit" : " ^7.0.1" ,
43
43
"zendframework/zend-coding-standard" : " ~1.0.0" ,
44
- "zendframework/zend-diactoros" : " ^1.7.1" ,
44
+ "zendframework/zend-diactoros" : " ^1.7.1 || ^2.0 " ,
45
45
"zendframework/zend-expressive-aurarouter" : " ^3.0" ,
46
46
"zendframework/zend-expressive-fastroute" : " ^3.0" ,
47
47
"zendframework/zend-expressive-zendrouter" : " ^3.0" ,
78
78
},
79
79
"extra" : {
80
80
"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"
83
83
},
84
84
"zf" : {
85
85
"config-provider" : " Zend\\ Expressive\\ ConfigProvider"
You can’t perform that action at this time.
0 commit comments