Skip to content

Commit

Permalink
For the moment do not permit doctrine/dbal version 4 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
benr77 committed May 31, 2024
1 parent 5196421 commit 585eaab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"symfony/twig-bundle": "Format and manipulate Money in Twig templates",
"symfony/validator": "Use custom validation constraints on Money objects"
},
"conflict": {
"doctrine/dbal": ">=4.0.0"
},
"autoload": {
"psr-4": {
"Headsnet\\MoneyBundle\\": "src/",
Expand Down

0 comments on commit 585eaab

Please sign in to comment.