Skip to content

Commit

Permalink
update chubbyphp/chubbyphp-doctrine-db-service-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jul 25, 2020
1 parent de1f4d3 commit 87373db
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A simple skeleton to build api's based on the [chubbyphp-framework][1].
* [chubbyphp/chubbyphp-container][5]: ^1.0.3
* [chubbyphp/chubbyphp-cors][6]: ^1.1.1
* [chubbyphp/chubbyphp-deserialization][7]: ^2.17
* [chubbyphp/chubbyphp-doctrine-db-service-provider][8]: ^1.6.1
* [chubbyphp/chubbyphp-doctrine-db-service-provider][8]: ^2.0
* [chubbyphp/chubbyphp-framework][9]: ^3.1
* [chubbyphp/chubbyphp-framework-router-fastroute][10]: ^1.0
* [chubbyphp/chubbyphp-negotiation][11]: ^1.5.3
Expand Down
4 changes: 2 additions & 2 deletions app/ServiceFactory/ProxyManagerServiceFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace App\ServiceFactory;

use Doctrine\Common\Persistence\ConnectionRegistry;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ConnectionRegistry;
use Doctrine\Persistence\ManagerRegistry;
use ProxyManager\Factory\LazyLoadingValueHolderFactory;
use Psr\Container\ContainerInterface;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"chubbyphp/chubbyphp-container": "^1.0.3",
"chubbyphp/chubbyphp-cors": "^1.1.1",
"chubbyphp/chubbyphp-deserialization": "^2.17",
"chubbyphp/chubbyphp-doctrine-db-service-provider": "^1.6.1",
"chubbyphp/chubbyphp-doctrine-db-service-provider": "^2.0",
"chubbyphp/chubbyphp-framework": "^3.1",
"chubbyphp/chubbyphp-framework-router-fastroute": "^1.0",
"chubbyphp/chubbyphp-negotiation": "^1.5.3",
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/ServiceFactory/ConsoleServiceFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
use Chubbyphp\DoctrineDbServiceProvider\Command\Orm\ValidateSchemaCommand;
use Chubbyphp\Mock\Call;
use Chubbyphp\Mock\MockByCallsTrait;
use Doctrine\Common\Persistence\ConnectionRegistry;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ConnectionRegistry;
use Doctrine\Persistence\ManagerRegistry;
use PHPUnit\Framework\MockObject\MockObject;
use PHPUnit\Framework\TestCase;
use Psr\Container\ContainerInterface;
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/ServiceFactory/ProxyManagerServiceFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use Chubbyphp\Mock\Argument\ArgumentCallback;
use Chubbyphp\Mock\Call;
use Chubbyphp\Mock\MockByCallsTrait;
use Doctrine\Common\Persistence\ConnectionRegistry;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ConnectionRegistry;
use Doctrine\Persistence\ManagerRegistry;
use PHPUnit\Framework\TestCase;
use ProxyManager\Factory\LazyLoadingValueHolderFactory;
use ProxyManager\Proxy\VirtualProxyInterface;
Expand Down

0 comments on commit 87373db

Please sign in to comment.