Skip to content

Commit

Permalink
Merge pull request #7 from dappur/v4.x
Browse files Browse the repository at this point in the history
Replaced Interop with PSR for container interface
  • Loading branch information
edwardteach42 authored Jan 13, 2020
2 parents edb217e + 9ddea14 commit 353a8fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/Dappurware/Blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Dappur\Dappurware;

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

class Blog extends Dappurware
{
Expand Down
2 changes: 1 addition & 1 deletion app/src/Dappurware/Dappurware.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Dappur\Dappurware;

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

class Dappurware
{
Expand Down
2 changes: 1 addition & 1 deletion app/src/TwigExtension/Menus.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Dappur\TwigExtension;

use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Psr\Http\Message\RequestInterface;

class Menus extends \Twig_Extension
Expand Down
2 changes: 1 addition & 1 deletion app/src/TwigExtension/Oauth2.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Dappur\TwigExtension;
use Dappur\Model\Oauth2Providers;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Psr\Http\Message\RequestInterface;
use Slim\Interfaces\RouterInterface;

Expand Down

0 comments on commit 353a8fc

Please sign in to comment.