mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fixes after bump
This commit is contained in:
parent
8127fffb39
commit
b478c87dc8
2 changed files with 2 additions and 1 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue