Skip to content

Commit 9374b67

Browse files
authored
Merge pull request #79 from clsmedia/PHP-DI-7-update
2 parents 1644a2f + bc409ef commit 9374b67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": "^7.1 || ^8.0",
18-
"php-di/php-di": "^6.0.0",
18+
"php-di/php-di": "^6.0|^7.0",
1919
"php-di/invoker": "^2.0.0",
2020
"slim/slim": "^4.2.0"
2121
},

tests/Mock/RequestFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace DI\Bridge\Slim\Test\Mock;
44

55
use Psr\Http\Message\ServerRequestInterface;
6-
use Zend\Diactoros\ServerRequest;
6+
use Laminas\Diactoros\ServerRequest;
77

88
class RequestFactory
99
{

0 commit comments

Comments
 (0)