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:
authorRené Gieling <github@dartcafe.de>2021-05-22 18:13:16 +0300
committerGitHub <noreply@github.com>2021-05-22 18:13:16 +0300
commit56d4220d563776b0b79788c7e7843cb985e82312 (patch)
tree34cc7b9844561afb5c56f0bb70a40f34042dad1c /composer.json
parentb845e6e51135dfa9bde2743c4ec8f6a104036cfd (diff)
Enh/email markdown (#1631)
* Render poll description in invitations with markdown * update makefile * remove doctrine/orm * psalm ignore doctrine errors * update workflows
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 46a4f63e..b23524c9 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,6 @@
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0",
"nextcloud/coding-standard": "^0.5.0",
- "doctrine/orm": "^2.7",
"vimeo/psalm": "^4.3"
},
"scripts": {
@@ -39,5 +38,8 @@
"psalm": "php vendor/vimeo/psalm/psalm",
"psalm:fix": "php vendor/vimeo/psalm/psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType,MismatchingDocblockReturnType,MissingParamType,InvalidFalsableReturnType",
"psalm:info": "php vendor/vimeo/psalm/psalm --show-info=true"
+ },
+ "require": {
+ "league/commonmark": "^1.6"
}
}