Skip to content

Commit d68a9c3

Browse files
committed
minor #20 Remove SqlitePlatform useless class (mtarld)
This PR was merged into the 0.1-dev branch. Discussion ---------- Remove SqlitePlatform useless class Commits ------- 60ec505 Remove SqlitePlatform useless class
2 parents c933a75 + 60ec505 commit d68a9c3

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2",
2020
"doctrine/doctrine-bundle": "^2.0",
21-
"doctrine/orm": "^2.7",
21+
"doctrine/orm": "^2.7.1",
2222
"league/oauth2-server": "^8.0",
2323
"nyholm/psr7": "^1.4",
2424
"psr/http-factory": "^1.0",

tests/Support/SqlitePlatform.php

Lines changed: 0 additions & 38 deletions
This file was deleted.

tests/TestKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace League\Bundle\OAuth2ServerBundle\Tests;
66

7+
use Doctrine\DBAL\Platforms\SqlitePlatform;
78
use League\Bundle\OAuth2ServerBundle\Manager\AccessTokenManagerInterface;
89
use League\Bundle\OAuth2ServerBundle\Manager\AuthorizationCodeManagerInterface;
910
use League\Bundle\OAuth2ServerBundle\Manager\ClientManagerInterface;
@@ -12,7 +13,6 @@
1213
use League\Bundle\OAuth2ServerBundle\Tests\Fixtures\FakeGrant;
1314
use League\Bundle\OAuth2ServerBundle\Tests\Fixtures\FixtureFactory;
1415
use League\Bundle\OAuth2ServerBundle\Tests\Fixtures\SecurityTestController;
15-
use League\Bundle\OAuth2ServerBundle\Tests\Support\SqlitePlatform;
1616
use Symfony\Component\Config\Loader\LoaderInterface;
1717
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1818
use Symfony\Component\DependencyInjection\ContainerBuilder;

0 commit comments

Comments
 (0)