Skip to content

Commit 562c6b6

Browse files
committed
Deconflict DoctrineBundle 3.0
1 parent 4a3e67c commit 562c6b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"require-dev": {
2828
"doctrine/dbal": "^3.4 || ^4.0",
29-
"doctrine/doctrine-bundle": "^2.7",
29+
"doctrine/doctrine-bundle": "^2.7 || ^3.0",
3030
"fig/log-test": "^1.1",
3131
"guzzlehttp/psr7": "^2.4",
3232
"matthiasnoback/symfony-config-test": "^6.1",
@@ -49,7 +49,7 @@
4949
},
5050
"conflict": {
5151
"doctrine/dbal": "<3.4 || >=5.0",
52-
"doctrine/doctrine-bundle": "<2.7 || >=3.0",
52+
"doctrine/doctrine-bundle": "<2.7 || >=4.0",
5353
"psr/cache": ">=4.0",
5454
"psr/container": ">=3.0",
5555
"psr/http-message": ">=3.0",

0 commit comments

Comments
 (0)