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

Commit 1cce39a

Browse files
committed
Merge branch 'feature/30-psr-15' into release-1.0.0
Close #30
2 parents 25af1dd + 4d4c0de commit 1cce39a

File tree

7 files changed

+99
-100
lines changed

7 files changed

+99
-100
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ Versions 0.3.0 and prior were released as "weierophinney/problem-details".
88

99
### Added
1010

11-
- [#22](https://github.com/zendframework/zend-problem-details/pull/22)
12-
adds PSR-15 `http-interop/http-server-middleware` support.
13-
Current interfaces signature contains also PHP7 return type
14-
`Psr\Http\Message\ResponseInterface`.
11+
- [#30](https://github.com/zendframework/zend-problem-details/pull/30)
12+
adds PSR-15 support.
1513

1614
### Changed
1715

@@ -26,8 +24,10 @@ Versions 0.3.0 and prior were released as "weierophinney/problem-details".
2624

2725
### Removed
2826

29-
- [#22](https://github.com/zendframework/zend-problem-details/pull/22)
30-
removes abandoned `http-interop/http-middleware` support.
27+
- [#22](https://github.com/zendframework/zend-problem-details/pull/22) and
28+
[#30](https://github.com/zendframework/zend-problem-details/pull/30)
29+
remove support for both `http-interop/http-middleware` and
30+
`http-interop/http-server-middleware`.
3131

3232
- [#22](https://github.com/zendframework/zend-problem-details/pull/22)
3333
removes `MissingResponseException` as it cannot be thrown anymore,

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"php": "^7.1",
2222
"ext-json": "*",
2323
"fig/http-message-util": "^1.1.2",
24-
"http-interop/http-server-middleware": "^1.0.1",
2524
"psr/container": "^1.0",
2625
"psr/http-message": "^1.0",
26+
"psr/http-server-middleware": "^1.0",
2727
"spatie/array-to-xml": "^2.3",
2828
"willdurand/negotiation": "^2.3"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^6.3.1",
31+
"phpunit/phpunit": "^6.5.5",
3232
"zendframework/zend-coding-standard": "~1.0.0",
3333
"zendframework/zend-diactoros": "^1.4"
3434
},

0 commit comments

Comments
 (0)