File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3131 "require-dev" : {
3232 "ext-pdo" : " *" ,
3333 "ext-pdo_sqlite" : " *" ,
34- "doctrine/doctrine-bundle" : " ^2.8.0" ,
34+ "doctrine/doctrine-bundle" : " ^2.8|^3 .0" ,
3535 "doctrine/orm" : " ^2.14|^3.0" ,
3636 "symfony/browser-kit" : " ^6.4|^7.0" ,
3737 "symfony/phpunit-bridge" : " ^7.2"
Original file line number Diff line number Diff line change 55namespace League \Bundle \OAuth2ServerBundle \Tests ;
66
77use Doctrine \DBAL \Platforms \SQLitePlatform ;
8- use Doctrine \ORM \Mapping \Annotation ;
98use League \Bundle \OAuth2ServerBundle \Manager \AccessTokenManagerInterface ;
109use League \Bundle \OAuth2ServerBundle \Manager \AuthorizationCodeManagerInterface ;
1110use League \Bundle \OAuth2ServerBundle \Manager \ClientManagerInterface ;
@@ -90,8 +89,7 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
9089 ],
9190 ];
9291
93- $ doctrine ['orm ' ] = ['enable_lazy_ghost_objects ' => !interface_exists (Annotation::class)];
94-
92+ $ doctrine ['orm ' ] = [];
9593 $ container ->loadFromExtension ('doctrine ' , $ doctrine );
9694
9795 $ framework = [
You can’t perform that action at this time.
0 commit comments