We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ae6c9 commit 7d67adfCopy full SHA for 7d67adf
composer.json
@@ -10,8 +10,14 @@
10
"symfony/framework-bundle": "^6.2",
11
"symfony/yaml": "^6.2"
12
},
13
+ "repositories": [
14
+ {
15
+ "type": "vcs",
16
+ "url": "https://github.com/soyuka/core.git"
17
+ }
18
+ ],
19
"require-dev": {
- "api-platform/core": "^3.1.0",
20
+ "api-platform/core": "dev-error-bc",
21
"doctrine/doctrine-bundle": "^2.2.0",
22
"doctrine/data-fixtures": "^1.5.2",
23
"doctrine/doctrine-fixtures-bundle": "^3.4.4",
tests/Fixtures/app/config/config.yaml
@@ -41,6 +41,8 @@ doctrine:
41
42
orm:
43
auto_generate_proxy_classes: '%kernel.debug%'
44
+ enable_lazy_ghost_objects: true
45
+ report_fields_where_declared: true
46
mappings:
47
Fixtures:
48
is_bundle: false
0 commit comments