Skip to content

Commit 03f08c0

Browse files
committed
Update dependencies
1 parent dc6e536 commit 03f08c0

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ext-pdo_mysql": "*",
1818
"ext-xml": "*",
1919
"ext-xmlreader": "*",
20-
"doctrine/doctrine-bundle": "^3.1.0",
20+
"doctrine/doctrine-bundle": "^3.2.0",
2121
"doctrine/doctrine-migrations-bundle": "^3.7.0",
2222
"doctrine/orm": "^3.6.0",
2323
"simplepie/simplepie": "^1.9.0",

api/composer.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/config/reference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@
778778
* enable_native_lazy_objects?: bool, // Deprecated: The "enable_native_lazy_objects" option is deprecated and will be removed in DoctrineBundle 4.0, as native lazy objects are now always enabled. // Default: true
779779
* controller_resolver?: bool|array{
780780
* enabled?: bool, // Default: true
781-
* auto_mapping?: bool, // Deprecated: The "auto_mapping" option is deprecated and will be removed in DoctrineBundle 4.0, as it only accepts `false` since 3.0. // Set to true to enable using route placeholders as lookup criteria when the primary key doesn't match the argument name // Default: false
781+
* auto_mapping?: bool, // Deprecated: The "doctrine.orm.controller_resolver.auto_mapping.auto_mapping" option is deprecated and will be removed in DoctrineBundle 4.0, as it only accepts `false` since 3.0. // Set to true to enable using route placeholders as lookup criteria when the primary key doesn't match the argument name // Default: false
782782
* evict_cache?: bool, // Set to true to fetch the entity from the database instead of using the cache, if any // Default: false
783783
* },
784784
* entity_managers?: array<string, array{ // Default: []

0 commit comments

Comments
 (0)