Skip to content

Commit dca8c0b

Browse files
committed
fix(doctrine): allow doctrine/dbal:^4
1 parent e746ce9 commit dca8c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"behat/mink": "^1.9",
4343
"doctrine/cache": "^1.11 || ^2.1",
4444
"doctrine/common": "^3.2.2",
45-
"doctrine/dbal": "^3.4.0",
45+
"doctrine/dbal": "^3.4.0 || ^4.0",
4646
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
4747
"doctrine/mongodb-odm": "^2.2",
4848
"doctrine/mongodb-odm-bundle": "^4.0 || ^5.0",
@@ -64,7 +64,7 @@
6464
"phpunit/phpunit": "^9.6",
6565
"psr/log": "^1.0 || ^2.0 || ^3.0",
6666
"ramsey/uuid": "^3.9.7 || ^4.0",
67-
"ramsey/uuid-doctrine": "^1.4 || ^2.0",
67+
"ramsey/uuid-doctrine": "^1.4 || ^2.0 || ^3.0",
6868
"sebastian/comparator": "<5.0",
6969
"soyuka/contexts": "v3.3.9",
7070
"soyuka/pmu": "^0.0.2",

0 commit comments

Comments
 (0)