Skip to content
  • Benni Mack's avatar
    [TASK] Require doctrine/dbal 2.13 · d32b7e0e
    Benni Mack authored
    
    
    In order to make TYPO3 Core compatible with doctrine/dbal 3.0,
    Core now requires doctrine/dbal 2.13 to allow to track all deprecations
    and use the forward-facing APIs.
    
    Used composer commands:
    * composer req doctrine/dbal:^2.13
    * composer req doctrine/dbal:^2.13 -d typo3/sysext/core --no-update
    * composer req doctrine/dbal:^2.13 -d typo3/sysext/install --no-update
    * composer req doctrine/dbal:^2.13 -d typo3/sysext/redirects --no-update
    
    Resolves: #94423
    Releases: master
    Change-Id: Ifede8ebdac0b47a0db0ba5d304878c91c3579f58
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69632
    Tested-by: default avatarcore-ci <typo3@b13.com>
    Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: default avatarBenni Mack <benni@typo3.org>
    Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: default avatarBenni Mack <benni@typo3.org>
    d32b7e0e
Analyzing file…