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-2.2.md
UPGRADE FROM 2.1 to 2.2
=======================

Commands
--------

 * `doctrine:query:sql` command has been deprecated. Use `dbal:run-sql` command instead.
 
Configuration
--------
 * Following the [changes in DBAL 2.11](https://github.com/doctrine/dbal/pull/4054), we deprecated following configuration keys:
    * `doctrine.dbal.slaves`. Use `doctrine.dbal.replicas`
    * `doctrine.dbal.keep_slave`. Use `doctrine.dbal.keep_replica`
    
    Similarly, if you use XML configuration, please replace `<slave>` with `<replica>`.