Skip to content

Commit

Permalink
allow more doctrine dbal for v13
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Jul 7, 2024
1 parent 38f72fc commit 85f3803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"typo3/cms-core": "^12.4 || ^13.2",
"php": ">=8.1",
"doctrine/dbal": "^3.8.1",
"doctrine/dbal": "^3.8.1 || ^4.0.2",
"symfony/console": "^5.4 || ^6.0 || ^7.0"
},
"extra": {
Expand All @@ -47,7 +47,7 @@
"typo3-ter/tt-address": "self.version"
},
"require-dev": {
"typo3/cms-install": "^12.4.2 || ^13.1",
"typo3/cms-install": "^12.4.2 || ^13.2",
"typo3/cms-composer-installers": "^3.1.3 || 4.0.0-RC1 || ^5.0",
"typo3/testing-framework": "^8.0.9",
"phpunit/phpunit": "^10.5.21",
Expand Down

0 comments on commit 85f3803

Please sign in to comment.