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

Commit d7b53b8

Browse files
committed
Merge branch 'qa/382'
Forward port #382
2 parents 8071ee5 + f072547 commit d7b53b8

File tree

6 files changed

+267
-170
lines changed

6 files changed

+267
-170
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ matrix:
4141
- php: 7.3
4242
env:
4343
- DEPS=latest
44+
- php: 7.4
45+
env:
46+
- DEPS=lowest
47+
- php: 7.4
48+
env:
49+
- DEPS=locked
50+
- php: 7.4
51+
env:
52+
- DEPS=latest
4453

4554
before_install:
4655
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,30 @@ All notable changes to this project will be documented in this file, in reverse
370370

371371
- Nothing.
372372

373+
## 1.8.7 - 2019-08-06
374+
375+
### Added
376+
377+
- Nothing.
378+
379+
### Changed
380+
381+
- Nothing.
382+
383+
### Deprecated
384+
385+
- Nothing.
386+
387+
### Removed
388+
389+
- Nothing.
390+
391+
### Fixed
392+
393+
- [#364](https://github.com/zendframework/zend-diactoros/issues/364) modifies detection of HTTPS schemas via the `$_SERVER['HTTPS']` value
394+
such that an empty HTTPS-key will result in a scheme of `http` and not
395+
`https`.
396+
373397
## 1.8.6 - 2018-09-05
374398

375399
### Added

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"phpunit/phpunit": "^7.0.2",
4040
"zendframework/zend-coding-standard": "~1.0.0"
4141
},
42+
"conflict": {
43+
"phpspec/prophecy": "<1.9.0"
44+
},
4245
"provide": {
4346
"psr/http-factory-implementation": "1.0",
4447
"psr/http-message-implementation": "1.0"

0 commit comments

Comments
 (0)