We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f88756 commit 52637f0Copy full SHA for 52637f0
.gitignore
@@ -2,3 +2,4 @@ vendor
2
composer.lock
3
.php_cs.cache
4
coverage
5
+.phpunit.result.cache
CHANGELOG.md
@@ -9,12 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Added
11
12
+- PSR-17 support
13
- Added a first argument to the constructor of `ErrorHandlerDefault` to customize the `ResponseFactoryInterface`
14
-### Changed
15
-
16
-- Upgraded dev dependencies
17
18
## [1.1.0] - 2018-06-25
19
20
### Changed
composer.json
@@ -16,7 +16,7 @@
},
"require": {
"php": "^7.0",
- "middlewares/utils": "^2.0",
+ "middlewares/utils": "^2.1",
"psr/http-server-middleware": "^1.0"
21
22
"require-dev": {
0 commit comments