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

Commit 257d1c3

Browse files
committed
Merge branch 'master' into develop
2 parents b62fcc6 + d7b53b8 commit 257d1c3

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
@@ -392,6 +392,30 @@ All notable changes to this project will be documented in this file, in reverse
392392

393393
- Nothing.
394394

395+
## 1.8.7 - 2019-08-06
396+
397+
### Added
398+
399+
- Nothing.
400+
401+
### Changed
402+
403+
- Nothing.
404+
405+
### Deprecated
406+
407+
- Nothing.
408+
409+
### Removed
410+
411+
- Nothing.
412+
413+
### Fixed
414+
415+
- [#364](https://github.com/zendframework/zend-diactoros/issues/364) modifies detection of HTTPS schemas via the `$_SERVER['HTTPS']` value
416+
such that an empty HTTPS-key will result in a scheme of `http` and not
417+
`https`.
418+
395419
## 1.8.6 - 2018-09-05
396420

397421
### 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)