Fixes after bump

This commit is contained in:
TheMilek 2026-02-09 09:06:56 +01:00 committed by Grzegorz Sadowski
parent 8127fffb39
commit b478c87dc8
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 2 additions and 1 deletions

View file

@ -50,7 +50,7 @@
"dev-main": "2.3-dev" "dev-main": "2.3-dev"
}, },
"symfony": { "symfony": {
"require": "^7.4" "require": "~8.0.0"
} }
}, },
"autoload": { "autoload": {

View file

@ -26,6 +26,7 @@ doctrine:
path: "%database_path%" path: "%database_path%"
charset: UTF8 charset: UTF8
orm: orm:
enable_native_lazy_objects: true
entity_managers: entity_managers:
default: default:
auto_mapping: true auto_mapping: true