Skip to content

Commit 9684cc9

Browse files
authored
Lock dbal to 2.11.x to avoid LSP conflict
1 parent 535766d commit 9684cc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"composer/installers": "^1.3",
2222
"concrete5/core": "^8.2",
2323
"concrete5/dependency-patches": "^1.4.0",
24-
"vlucas/phpdotenv": "^2.4"
24+
"vlucas/phpdotenv": "^2.4",
25+
"doctrine/dbal": "~2.11.0"
2526
},
2627
"require-dev": {
2728
"phpunit/phpunit": "~4.3|^8.0",

0 commit comments

Comments
 (0)