Skip to content

Commit 72d2201

Browse files
authored
Merge pull request #3 from Micro-PHP/v1.6.0-release
v1.6.0 release
2 parents 9f62a08 + cb74762 commit 72d2201

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"micro/plugin-http-core": "^1"
13+
"micro/plugin-http-core": "^1.6"
1414
},
1515
"require-dev": {
1616
"ergebnis/composer-normalize": "^2.29",

src/HttpExceptionResponsePlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function provideDependencies(Container $container): void
3939
{
4040
$container->decorate(HttpFacadeInterface::class, function (
4141
HttpFacadeInterface $httpFacade
42-
) {
42+
): HttpFacadeInterface {
4343
$this->httpFacade = $httpFacade;
4444

4545
return $this->createDecorator();

0 commit comments

Comments
 (0)