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

Commit 75fb127

Browse files
committed
Merging develop to master in preparation for 1.1.0 release.
2 parents 21cb0b4 + 6aed0e4 commit 75fb127

File tree

3 files changed

+105
-16
lines changed

3 files changed

+105
-16
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## 1.1.0 - 2019-02-19
6+
7+
### Added
8+
9+
- [#10](https://github.com/zendframework/zend-httphandlerrunner/pull/10) adds support for zend-diactoros v2 releases.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- Nothing.
26+
527
## 1.0.2 - 2019-02-19
628

729
### Added

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require-dev": {
2828
"phpunit/phpunit": "^7.0.2",
2929
"zendframework/zend-coding-standard": "~1.0.0",
30-
"zendframework/zend-diactoros": "^1.7"
30+
"zendframework/zend-diactoros": "^1.7 || ^2.1.1"
3131
},
3232
"autoload": {
3333
"psr-4": {
@@ -47,7 +47,8 @@
4747
},
4848
"extra": {
4949
"branch-alias": {
50-
"dev-master": "1.0-dev"
50+
"dev-master": "1.1.x-dev",
51+
"dev-develop": "1.2.x-dev"
5152
},
5253
"zf": {
5354
"config-provider": "Zend\\HttpHandlerRunner\\ConfigProvider"

composer.lock

+80-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)