Skip to content

Commit 7d67adf

Browse files
committed
upd: deprecations
test: api-platform/core#5974
1 parent 20ae6c9 commit 7d67adf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

composer.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010
"symfony/framework-bundle": "^6.2",
1111
"symfony/yaml": "^6.2"
1212
},
13+
"repositories": [
14+
{
15+
"type": "vcs",
16+
"url": "https://github.com/soyuka/core.git"
17+
}
18+
],
1319
"require-dev": {
14-
"api-platform/core": "^3.1.0",
20+
"api-platform/core": "dev-error-bc",
1521
"doctrine/doctrine-bundle": "^2.2.0",
1622
"doctrine/data-fixtures": "^1.5.2",
1723
"doctrine/doctrine-fixtures-bundle": "^3.4.4",

tests/Fixtures/app/config/config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ doctrine:
4141

4242
orm:
4343
auto_generate_proxy_classes: '%kernel.debug%'
44+
enable_lazy_ghost_objects: true
45+
report_fields_where_declared: true
4446
mappings:
4547
Fixtures:
4648
is_bundle: false

0 commit comments

Comments
 (0)