File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ public function configureDependencies(DependencyBuilder $dependencies)
260
260
261
261
$ dependencies ->addClassDependency (
262
262
DoctrineBundle::class,
263
- 'orm-pack '
263
+ 'orm '
264
264
);
265
265
266
266
$ dependencies ->addClassDependency (
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ public function configureDependencies(DependencyBuilder $dependencies): void
479
479
480
480
$ dependencies ->addClassDependency (
481
481
DoctrineBundle::class,
482
- 'orm-pack '
482
+ 'orm '
483
483
);
484
484
485
485
$ dependencies ->addClassDependency (
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ public function getTestDetails()
509
509
'' ,
510
510
])
511
511
->setRequiredPhpVersion (70200 )
512
- ->addExtraDependencies ('ux-turbo-mercure ' )
512
+ ->addExtraDependencies ('symfony/ ux-turbo-mercure ' )
513
513
->configureDatabase ()
514
514
->addReplacement (
515
515
'.env ' ,
@@ -546,7 +546,7 @@ public function getTestDetails()
546
546
])
547
547
->setRequiredPhpVersion (70200 )
548
548
->addExtraDependencies ('api ' )
549
- ->addExtraDependencies ('ux-turbo-mercure ' )
549
+ ->addExtraDependencies ('symfony/ ux-turbo-mercure ' )
550
550
->setFixtureFilesPath (__DIR__ .'/../fixtures/legacy/MakeEntity/MakeEntity ' )
551
551
->configureDatabase ()
552
552
->updateSchemaAfterCommand ()
Original file line number Diff line number Diff line change @@ -619,7 +619,7 @@ public function getTestDetails()
619
619
])
620
620
->setRequiredPhpVersion (80000 )
621
621
->useDoctrineAttributeMapping ()
622
- ->addExtraDependencies ('ux-turbo-mercure ' )
622
+ ->addExtraDependencies ('symfony/ ux-turbo-mercure ' )
623
623
->configureDatabase ()
624
624
->addReplacement (
625
625
'.env ' ,
@@ -657,7 +657,7 @@ public function getTestDetails()
657
657
->setRequiredPhpVersion (80000 )
658
658
->useDoctrineAttributeMapping ()
659
659
->addExtraDependencies ('api ' )
660
- ->addExtraDependencies ('ux-turbo-mercure ' )
660
+ ->addExtraDependencies ('symfony/ ux-turbo-mercure ' )
661
661
->setFixtureFilesPath (__DIR__ .'/../fixtures/MakeEntity ' )
662
662
->configureDatabase ()
663
663
->updateSchemaAfterCommand ()
You can’t perform that action at this time.
0 commit comments