Skip to content

Commit

Permalink
allow the subtree splits to be installed on DBAL v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wjzijderveld committed May 14, 2024
1 parent 6ae7d8f commit 49467ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DoctrineMessageRepository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"doctrine/dbal": "^3.1",
"doctrine/dbal": "^3.1|^4.0",
"eventsauce/eventsauce": "^3.0",
"eventsauce/message-repository-table-schema": "^1.0",
"eventsauce/uuid-encoding": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/DoctrineOutbox/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"doctrine/dbal": "^3.1",
"doctrine/dbal": "^3.1|^4.0",
"eventsauce/eventsauce": "^3.0",
"eventsauce/message-outbox": "^1.0"
},
Expand Down

0 comments on commit 49467ff

Please sign in to comment.