Skip to content

Commit 52637f0

Browse files
committed
Updated docs
1 parent 1f88756 commit 52637f0

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12+
- PSR-17 support
1213
- Added a first argument to the constructor of `ErrorHandlerDefault` to customize the `ResponseFactoryInterface`
1314

14-
### Changed
15-
16-
- Upgraded dev dependencies
17-
1815
## [1.1.0] - 2018-06-25
1916

2017
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require": {
1818
"php": "^7.0",
19-
"middlewares/utils": "^2.0",
19+
"middlewares/utils": "^2.1",
2020
"psr/http-server-middleware": "^1.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)