File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 45
45
"doctrine/dbal" : " ^3.4.0" ,
46
46
"doctrine/doctrine-bundle" : " ^1.12 || ^2.0" ,
47
47
"doctrine/mongodb-odm" : " ^2.2" ,
48
+ "doctrine/mongodb-odm-bundle" : " ^4.0 || ^5.0" ,
48
49
"doctrine/orm" : " ^2.14" ,
49
50
"elasticsearch/elasticsearch" : " ^7.11 || ^8.4" ,
50
51
"friends-of-behat/mink-browserkit-driver" : " ^1.3.1" ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ protected function setUp(): void
41
41
self ::bootKernel ();
42
42
43
43
$ this ->manager = DoctrineMongoDbOdmTestCase::createTestDocumentManager ();
44
- $ this ->managerRegistry = self ::$ kernel ->getContainer ()->get ('doctrine_mongodb ' ); // @phpstan-ignore-line
44
+ $ this ->managerRegistry = self ::$ kernel ->getContainer ()->get ('doctrine_mongodb ' );
45
45
$ this ->repository = $ this ->manager ->getRepository ($ this ->resourceClass );
46
46
}
47
47
You can’t perform that action at this time.
0 commit comments