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

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-08 18:07:32 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-08 18:07:32 +0300
commitfa7b69dc9f4f570abbacfb526f62ac5a3a6cb258 (patch)
treed8e15dba5a78ac5e6849fbdee788639028bc6ed4 /composer.json
parentd47e162e4787209c147e524e9f42913280178a1e (diff)
Use DI for MonthlyReport
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 09b2826..7e14710 100644
--- a/composer.json
+++ b/composer.json
@@ -8,13 +8,11 @@
"name": "nextcloud/survey_client",
"description": "Usage survey",
"license": "AGPL",
- "require": {
- },
"require-dev": {
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.0.0",
- "christophwurst/nextcloud": "dev-master@dev",
- "vimeo/psalm": "^4.3.2"
+ "vimeo/psalm": "^4.3.2",
+ "christophwurst/nextcloud": "dev-master"
},
"config": {
"optimize-autoloader": true,