init
This commit is contained in:
28
backend/vendor/doctrine/doctrine-bundle/UPGRADE-2.17.md
vendored
Normal file
28
backend/vendor/doctrine/doctrine-bundle/UPGRADE-2.17.md
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
UPGRADE FROM 2.16 to 2.17
|
||||
=========================
|
||||
|
||||
DoctrineExtension
|
||||
=================
|
||||
|
||||
Minor breaking change:
|
||||
`Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension` no
|
||||
longer extends
|
||||
`Symfony\Bridge\Doctrine\DependencyInjection\AbstractDoctrineExtension`.
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
### The `doctrine.orm.entity_managers.some_em.report_fields_where_declared` configuration option is deprecated
|
||||
|
||||
This option is a no-op when using `doctrine/orm` 3 and has been conditionally
|
||||
deprecated. You should stop using it as soon as you upgrade to Doctrine ORM 3.
|
||||
|
||||
### The `doctrine.dbal.connections.some_connection.disable_type_comments` configuration option is deprecated
|
||||
|
||||
This option is a no-op when using `doctrine/dbal` 4 and has been conditionally
|
||||
deprecated. You should stop using it as soon as you upgrade to Doctrine DBAL 4.
|
||||
|
||||
### The `doctrine.dbal.connections.some_connection.use_savepoints` configuration option is deprecated
|
||||
|
||||
This option is a no-op when using `doctrine/dbal` 4 and has been conditionally
|
||||
deprecated. You should stop using it as soon as you upgrade to Doctrine DBAL 4.
|
||||
Reference in New Issue
Block a user