We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642eaa0 commit d31e993Copy full SHA for d31e993
src/Turbo/Tests/app/Kernel.php
@@ -91,10 +91,6 @@ protected function configureContainer(ContainerConfigurator $container): void
91
],
92
];
93
94
- if (class_exists(MappingDriver::class)) {
95
- $doctrineConfig['dbal']['override_url'] = true;
96
- }
97
-
98
$container
99
->extension('doctrine', $doctrineConfig);
100
src/Turbo/composer.json
@@ -42,7 +42,7 @@
42
"require-dev": {
43
"doctrine/annotations": "^1.12",
44
"doctrine/doctrine-bundle": "^2.2",
45
- "doctrine/orm": "~2.8.0",
+ "doctrine/orm": "^2.8 | 3.0",
46
"phpstan/phpstan": "^0.12",
47
"symfony/debug-bundle": "^5.2",
48
"symfony/form": "^5.2",
0 commit comments