Skip to content

Commit c684df7

Browse files
Merge branch '6.4' into 7.0
* 6.4: Run tests with ORM 3 and DBAL 4
2 parents 261aa28 + beccb48 commit c684df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/polyfill-php83": "^1.27"
2222
},
2323
"require-dev": {
24-
"doctrine/dbal": "^3.6",
24+
"doctrine/dbal": "^3.6|^4",
2525
"predis/predis": "^1.1|^2.0",
2626
"symfony/cache": "^6.4|^7.0",
2727
"symfony/dependency-injection": "^6.4|^7.0",

0 commit comments

Comments
 (0)