File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
composer.lock
3
3
.php_cs.cache
4
4
coverage
5
+ .phpunit.result.cache
Original file line number Diff line number Diff line change @@ -9,11 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Added
11
11
12
- - New option ` responseFactory ` to configure a custom factory implementing ` Psr\Http\Message\ResponseFactoryInterface `
13
-
14
- ### Changed
15
-
16
- - Upgrade dev dependencies
12
+ - PSR-17 support
13
+ - New option ` responseFactory `
17
14
18
15
## [ 1.0.0] - 2018-01-25
19
16
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ $response = $dispatcher->dispatch(new ServerRequest());
61
61
62
62
#### ` responseFactory(Psr\Http\Message\ResponseFactoryInterface $responseFactory) `
63
63
64
- A PSR-17 factory to create the ` 401 ` responses.
64
+ A PSR-17 factory to create ` 401 ` responses.
65
65
66
66
## DigestAuthentication
67
67
@@ -102,7 +102,7 @@ $response = $dispatcher->dispatch(new ServerRequest());
102
102
103
103
#### ` responseFactory(Psr\Http\Message\ResponseFactoryInterface $responseFactory) `
104
104
105
- A PSR-17 factory to create the ` 401 ` responses.
105
+ A PSR-17 factory to create ` 401 ` responses.
106
106
107
107
---
108
108
You can’t perform that action at this time.
0 commit comments