Skip to content

Commit bf061be

Browse files
committed
Add doctrine/dbal to dev deps
1 parent 8d51c1d commit bf061be

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
@@ -36,7 +36,8 @@
3636
"phpunit/phpunit": "^8.0",
3737
"sebastian/phpcpd": "^5.0",
3838
"squizlabs/php_codesniffer": "^3.4",
39-
"symfony/thanks": "^1.2"
39+
"symfony/thanks": "^1.2",
40+
"doctrine/dbal": "^2.10"
4041
},
4142
"autoload": {
4243
"psr-4": {

0 commit comments

Comments
 (0)