mirror of
https://github.com/symfony/ux-autocomplete.git
synced 2026-03-24 00:02:12 +01:00
Tests on Symfony 8 stable
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/collections": "^1.6.8|^2.0",
|
||||
"doctrine/doctrine-bundle": "^2.4.3|^3.0.0",
|
||||
"doctrine/doctrine-bundle": "^2.4.3|^3.0|^4.0",
|
||||
"doctrine/orm": "^2.9.4|^3.0",
|
||||
"fakerphp/faker": "^1.22",
|
||||
"mtdowling/jmespath.php": "^2.6",
|
||||
|
||||
@@ -138,7 +138,8 @@ final class Kernel extends BaseKernel
|
||||
$doctrineConfig['orm']['controller_resolver']['auto_mapping'] = true;
|
||||
}
|
||||
}
|
||||
if (\PHP_VERSION_ID >= 80400 && version_compare($doctrineBundleVersion, '2.15.0', '>=')) {
|
||||
|
||||
if (\PHP_VERSION_ID >= 80400 && version_compare($doctrineBundleVersion, '2.15.0', '>=') && version_compare($doctrineBundleVersion, '4.0.0', '<')) {
|
||||
$doctrineConfig['orm']['enable_native_lazy_objects'] = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user