Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CMS
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
    • Locked files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • CI
  • CMS
  • Repository
  • cms
  • composer.lock
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [TASK] Require doctrine/dbal 2.13 · d32b7e0e
    Benni Mack authored Jun 28, 2021
    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: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    d32b7e0e