HEX
Server: LiteSpeed
System: Linux s917.lon1.mysecurecloudhost.com 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: assibfaf (3034)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/assibfaf/public_html/vendor/doctrine/doctrine-bundle/UPGRADE-1.11.md
UPGRADE FROM 1.10 to 1.11
=========================

PHP and Symfony version support
-------------------------------

 * Support for PHP 5.5, 5.6 and 7.0 was dropped
 * Support for unsupported Symfony versions was dropped. The bundle now supports
   Symfony 3.4 LTS and 4.1 or newer.
 * Support for Twig 1.34 and below as well as 2.4 and below (for 2.x) releases
   was dropped.

Commands
--------

 * Deprecated instantiating `Doctrine\Bundle\DoctrineBundle\Command` without a
   `ManagerRegistry` instance.
 * Deprecated `setContainer` and `getContainer` in
   `Doctrine\Bundle\DoctrineBundle\Command`.
 * `Doctrine\Bundle\DoctrineBundle\Command` no longer implements
   `ContainerAwareInterface`.

Mapping
-------

 * Renamed `ContainerAwareEntityListenerResolver` to
   `ContainerEntityListenerResolver`.

Types
-----

 * Marking types as commented in the configuration is deprecated. Instead, mark
   them commented using the `requiresSQLCommentHint()` method of the type.
 * The `commented` configuration option for types will be dropped in a future
   release. You should avoid using it.