Skip to content
  • Stefan Bürk's avatar
    [TASK] Raise `doctrine/dbal:^3.7.0` · 431b4f49
    Stefan Bürk authored
    The doctrine team realeased `doctrine/dbal 3.7.0`
    recently and this change raises the dependency to that
    version. Extension authors activating `doctrine/dbal`
    deprecation will then get the newest `doctrine/dbal`
    deprecations included in that release.
    
    That helps in preparation for planned `doctrine/dbal 4.x`
    upgrade with TYPO3 v13 to avoid stumpling into breaking
    changes.
    
    Used command(s):
    
    > composer require --no-update \
       -d typo3/sysext/core \
       "doctrine/dbal":"^3.7.0" ; \
      composer require --no-update \
       -d typo3/sysext/install \
       "doctrine/dbal":"^3.7.0" ; \
      composer require --no-update \
       -d typo3/sysext/redirects \
       "doctrine/dbal":"^3.7.0" ; \
      composer require \
        "doctrine/dbal":"^3.7.0"
    
    Resolves: #102042
    Releases: main, 12.4
    Change-Id: I34ee939fc94078df2006ad338d1e7ff1cac14a5f
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81259
    
    
    Tested-by: default avatarcore-ci <typo3@b13.com>
    Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
    Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
    431b4f49
Analyzing file…