mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57: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"
|
||||
},
|
||||
"symfony": {
|
||||
"require": "^7.4"
|
||||
"require": "~8.0.0"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ doctrine:
|
|||
path: "%database_path%"
|
||||
charset: UTF8
|
||||
orm:
|
||||
enable_native_lazy_objects: true
|
||||
entity_managers:
|
||||
default:
|
||||
auto_mapping: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue