Skip to content

Commit

Permalink
Merge pull request #29 from wjzijderveld/fix-subsplit-composer
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge authored May 22, 2024
2 parents 6ae7d8f + 49467ff commit eb82388
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 eb82388

Please sign in to comment.