File tree Expand file tree Collapse file tree 3 files changed +2
-40
lines changed Expand file tree Collapse file tree 3 files changed +2
-40
lines changed Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " >=7.2" ,
20
20
"doctrine/doctrine-bundle" : " ^2.0" ,
21
- "doctrine/orm" : " ^2.7" ,
21
+ "doctrine/orm" : " ^2.7.1 " ,
22
22
"league/oauth2-server" : " ^8.0" ,
23
23
"nyholm/psr7" : " ^1.4" ,
24
24
"psr/http-factory" : " ^1.0" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
5
5
namespace League \Bundle \OAuth2ServerBundle \Tests ;
6
6
7
+ use Doctrine \DBAL \Platforms \SqlitePlatform ;
7
8
use League \Bundle \OAuth2ServerBundle \Manager \AccessTokenManagerInterface ;
8
9
use League \Bundle \OAuth2ServerBundle \Manager \AuthorizationCodeManagerInterface ;
9
10
use League \Bundle \OAuth2ServerBundle \Manager \ClientManagerInterface ;
12
13
use League \Bundle \OAuth2ServerBundle \Tests \Fixtures \FakeGrant ;
13
14
use League \Bundle \OAuth2ServerBundle \Tests \Fixtures \FixtureFactory ;
14
15
use League \Bundle \OAuth2ServerBundle \Tests \Fixtures \SecurityTestController ;
15
- use League \Bundle \OAuth2ServerBundle \Tests \Support \SqlitePlatform ;
16
16
use Symfony \Component \Config \Loader \LoaderInterface ;
17
17
use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
18
18
use Symfony \Component \DependencyInjection \ContainerBuilder ;
You can’t perform that action at this time.
0 commit comments