8000 Updated docs · middlewares/http-authentication@ba94b2c · GitHub
[go: up one dir, main page]

Skip to 10000 content

Commit ba94b2c

Browse files
committed
Updated docs
1 parent 9a45f7d commit ba94b2c

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ vendor
22
composer.lock
33
.php_cs.cache
44
coverage
5+
.phpunit.result.cache

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

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`
1714

1815
## [1.0.0] - 2018-01-25
1916

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $response = $dispatcher->dispatch(new ServerRequest());
6161

6262
#### `responseFactory(Psr\Http\Message\ResponseFactoryInterface $responseFactory)`
6363

64-
A PSR-17 factory to create the `401` responses.
64+
A PSR-17 factory to create `401` responses.
6565

6666
## DigestAuthentication
6767

@@ -102,7 +102,7 @@ $response = $dispatcher->dispatch(new ServerRequest());
102102

103103
#### `responseFactory(Psr\Http\Message\ResponseFactoryInterface $responseFactory)`
104104

105-
A PSR-17 factory to create the `401` responses.
105+
A PSR-17 factory to create `401` responses.
106106

107107
---
108108

0 commit comments

Comments
 (0)
0