Skip to content

Commit d31e993

Browse files
committed
Allowing newer orm to allow newer doctrine bundle
1 parent 642eaa0 commit d31e993

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Turbo/Tests/app/Kernel.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ protected function configureContainer(ContainerConfigurator $container): void
9191
],
9292
];
9393

94-
if (class_exists(MappingDriver::class)) {
95-
$doctrineConfig['dbal']['override_url'] = true;
96-
}
97-
9894
$container
9995
->extension('doctrine', $doctrineConfig);
10096

src/Turbo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"require-dev": {
4343
"doctrine/annotations": "^1.12",
4444
"doctrine/doctrine-bundle": "^2.2",
45-
"doctrine/orm": "~2.8.0",
45+
"doctrine/orm": "^2.8 | 3.0",
4646
"phpstan/phpstan": "^0.12",
4747
"symfony/debug-bundle": "^5.2",
4848
"symfony/form": "^5.2",

0 commit comments

Comments
 (0)