Skip to content

Commit

Permalink
[TASK] Raise doctrine/dbal:^3.7.0
Browse files Browse the repository at this point in the history
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: core-ci <typo3@b13.com>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Stefan Bürk <stefan@buerk.tech>
  • Loading branch information
sbuerk committed Sep 27, 2023
1 parent 54325e3 commit 431b4f4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -50,7 +50,7 @@
"bacon/bacon-qr-code": "^2.0.7",
"christian-riesen/base32": "^1.6",
"doctrine/annotations": "^1.13.3 || ^2.0",
"doctrine/dbal": "^3.6.2",
"doctrine/dbal": "^3.7.0",
"doctrine/event-manager": "^2.0",
"doctrine/instantiator": "^1.5 || ^2.0",
"doctrine/lexer": "^2.0 || ^3.0",
Expand Down
25 changes: 13 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typo3/sysext/core/composer.json
Expand Up @@ -34,7 +34,7 @@
"bacon/bacon-qr-code": "^2.0.7",
"christian-riesen/base32": "^1.6",
"doctrine/annotations": "^1.13.3 || ^2.0",
"doctrine/dbal": "^3.6.2",
"doctrine/dbal": "^3.7.0",
"doctrine/event-manager": "^2.0",
"doctrine/lexer": "^2.0 || ^3.0",
"egulias/email-validator": "^4.0",
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/install/composer.json
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"doctrine/dbal": "^3.6.2",
"doctrine/dbal": "^3.7.0",
"guzzlehttp/promises": "^1.5.2 || ^2.0",
"nikic/php-parser": "^4.15.4",
"symfony/finder": "^6.2",
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/redirects/composer.json
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"doctrine/dbal": "^3.6.2",
"doctrine/dbal": "^3.7.0",
"psr/http-message": "^1.1 || ^2.0",
"psr/log": "^2.0 || ^3.0",
"symfony/console": "^6.2",
Expand Down

0 comments on commit 431b4f4

Please sign in to comment.