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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-23 18:38:11 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-23 18:38:11 +0300
commitad24ddf68c490b65013abe7dc4d9540312efead1 (patch)
tree869df1a166cbe9fbcd25d28f7be089d416c999a4 /composer.json
parentab597e4db61950d5abb90baf532bfa29a301058b (diff)
Suggest, not require phan
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 366bb721b..86ee5a62d 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,9 @@
},
"require-dev": {
"christophwurst/nextcloud": "^12.0.0",
- "phpunit/phpunit": "^5.7",
+ "phpunit/phpunit": "^5.7"
+ },
+ "suggest": {
"phan/phan": "^0.10.0"
}
}