Skip to content

Commit

Permalink
Merge pull request #6 from PcComponentes/feature/update-dbal-dependen…
Browse files Browse the repository at this point in the history
…cies

Add compatibility with version 3 of doctrine/dbal
  • Loading branch information
jgmullor authored Oct 14, 2021
2 parents 52db042 + 4523af5 commit 7204d94
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.0",
"doctrine/dbal": "^2.0||^3.0",
"pccomponentes/criteria": "^0.1.5"
},
"autoload": {
Expand Down

0 comments on commit 7204d94

Please sign in to comment.