Skip to content

Commit

Permalink
Doctrine 4 conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthLegiON authored and zanbaldwin committed Jun 7, 2024
1 parent 5dcd303 commit d5f0699
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@
},
"require-dev": {
"ext-pdo": "*",
"doctrine/dbal": "^2.3",
"doctrine/dbal": "^2.3 || ^3",
"phpunit/phpunit": "*"
},
"conflict": {
"doctrine/dbal": ">=4“
},
"prefer-stable": true,
"config": {
"sort-packages": true
Expand Down

0 comments on commit d5f0699

Please sign in to comment.