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-23 09:20:24 +0300
committerdartcafe <github@dartcafe.de>2021-07-23 09:20:24 +0300
commit101b97ba193890a423195727b4485741f80e93cb (patch)
tree6ea0165789da1735cab58c45fb16b5a6a7c584a3 /composer.json
parentc491b56de459e550e262fb36110abeaa306e972a (diff)
move Doctrine/DBAL to dev-dependencies #1846
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index fb81be6f..6385dc8f 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,8 @@
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0",
"nextcloud/coding-standard": "^0.5.0",
- "vimeo/psalm": "^4.3"
+ "vimeo/psalm": "^4.3",
+ "doctrine/dbal": "^3.1"
},
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",
@@ -40,7 +41,6 @@
"psalm:info": "php vendor/vimeo/psalm/psalm --show-info=true"
},
"require": {
- "league/commonmark": "^1.6",
- "doctrine/dbal": "^3.1"
+ "league/commonmark": "^1.6"
}
}