Skip to content

Commit 9525d11

Browse files
committed
feat: drop support for PHP < 8.1, symfony < 6.4
1 parent 059d5df commit 9525d11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Functional/GeocoderListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected static function createKernel(array $options = []): KernelInterface
6363
$kernel->addTestConfig(static function (ContainerBuilder $container) {
6464
$container->prependExtensionConfig('doctrine', [
6565
'orm' => [
66-
'report_fields_where_declared' => true,
66+
#'report_fields_where_declared' => true,
6767
],
6868
]);
6969

tests/Functional/config/listener.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doctrine:
99
orm:
1010
auto_generate_proxy_classes: true
1111
validate_xml_mapping: true
12-
report_fields_where_declared: true
12+
#report_fields_where_declared: true
1313
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
1414
auto_mapping: false
1515

0 commit comments

Comments
 (0)