Skip to content

Commit

Permalink
Merge pull request #14 from Brammm-forks/master
Browse files Browse the repository at this point in the history
Remove deprecated dependency on container-interop
  • Loading branch information
mindplay-dk authored Dec 4, 2017
2 parents 1e737e9 + a263dfb commit efa2f70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"psr/http-message": "^1.0",
"http-interop/http-server-handler": "^1.0",
"http-interop/http-server-middleware": "^1.0",
"container-interop/container-interop": "^1.1",
"psr/container": "^1.0",
"mindplay/readable": "^1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace mindplay\middleman;

use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use RuntimeException;

/**
Expand Down
2 changes: 1 addition & 1 deletion test/test.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

use Interop\Container\ContainerInterface;
use Interop\Http\Server\MiddlewareInterface;
use Interop\Http\Server\RequestHandlerInterface;
use mindplay\middleman\ContainerResolver;
use mindplay\middleman\Dispatcher;
use Mockery\MockInterface;
use Psr\Container\ContainerInterface;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;

Expand Down

0 comments on commit efa2f70

Please sign in to comment.