Skip to content

Commit

Permalink
TASK: Raise doctrine/dbal version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Jun 25, 2024
1 parent f7e93b0 commit 71e54b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Neos.ContentGraph.DoctrineDbalAdapter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"require": {
"neos/contentrepository-core": "self.version",
"doctrine/dbal": "^2.13",
"doctrine/dbal": "^3.2",
"doctrine/migrations": "*"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion Neos.ContentRepository.Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"neos/error-messages": "*",
"neos/utility-objecthandling": "*",
"neos/utility-arrays": "*",
"doctrine/dbal": "^2.13",
"doctrine/dbal": "^3.2",
"symfony/serializer": "^6.3",
"psr/clock": "^1",
"behat/transliterator": "~1.0",
Expand Down
2 changes: 1 addition & 1 deletion Neos.Media/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"imagine/imagine": "*",
"doctrine/common": "^2.7 || ^3.0",
"doctrine/orm": "^2.6",
"doctrine/dbal": "^2.8"
"doctrine/dbal": "^3.2"
},
"replace": {
"typo3/media": "self.version"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "neos-package-collection",
"require": {
"neos/flow-development-collection": "9.0.x-dev",
"doctrine/dbal": "^2.8",
"doctrine/dbal": "^3.2",
"doctrine/migrations": "*",
"neos/eventstore": "^1",
"neos/eventstore-doctrineadapter": "^1 || ^2",
Expand Down

0 comments on commit 71e54b3

Please sign in to comment.