Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-07-08 01:12:12 +0300
committerdartcafe <github@dartcafe.de>2021-07-08 01:12:12 +0300
commitf78c40e6041973dca844a2c094bdb3a96c2d2295 (patch)
treed25b89138f6d49312a2e5f25261cea88a83a22a0 /composer.json
parent0101b38f80d8c6c3c266075bd60ddb4fb25e5fb2 (diff)
add dbal for code-check
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index b23524c9..fb81be6f 100644
--- a/composer.json
+++ b/composer.json
@@ -40,6 +40,7 @@
"psalm:info": "php vendor/vimeo/psalm/psalm --show-info=true"
},
"require": {
- "league/commonmark": "^1.6"
+ "league/commonmark": "^1.6",
+ "doctrine/dbal": "^3.1"
}
}