Skip to content

Commit

Permalink
Allow doctrine/dbal ^3
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Mar 12, 2024
1 parent 2f2de40 commit 09a9375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.4",
"doctrine/dbal": "^2.12",
"doctrine/dbal": "^2.12 || ^3.0",
"setono/client-id": "^0.2",
"setono/client-id-contracts": "^0.2",
"symfony/config": "^5.4 || ^6.0",
Expand Down

0 comments on commit 09a9375

Please sign in to comment.