Skip to content
Snippets Groups Projects
Commit f06bef83 authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[TASK] Upgrade `doctrine/dbal:^3.7.1`

Recent release for doctrine/dbal containes a
php docblock change which helps phpstan to
proper determine types.

This change upgrades the doctrine/dbal package
and removes a now superflous entry from the
phpstan baseline.

Used command(s):

> composer req --no-update \
    -d typo3/sysext/core \
    "doctrine/dbal":"^3.7.1" \
  && composer req --no-update \
    -d typo3/sysext/redirects \
    "doctrine/dbal":"^3.7.1" \
  && composer req --no-update \
    -d typo3/sysext/install \
    "doctrine/dbal":"^3.7.1" \
  && composer req \
    "doctrine/dbal":"^3.7.1"

> Build/Scripts/runTests.sh -s phpstanGenerateBaseline

Resolves: #102133
Releases: main, 12.4
Change-Id: Iaeba882e0584442c6caac71d3dd1e33ac0a56ef1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81395


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 32fb9912
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment