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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-19 17:36:24 +0300
committerJoas Schilling <coding@schilljs.com>2022-05-19 17:37:35 +0300
commitc8af1246383ca732660116fc5a3863a24e047378 (patch)
tree67d2b40cd10b7468a5da5fae87d4f13ea5fed650 /composer.json
parent004212cf71d2571df871d96c4ba9fb0403792ebb (diff)
Add phpunit as dependency like in other apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 e619378e4..91f0b5dba 100644
--- a/composer.json
+++ b/composer.json
@@ -24,6 +24,7 @@
"require-dev": {
"nextcloud/coding-standard": "^1.0",
"vimeo/psalm": "^4.22",
- "christophwurst/nextcloud": "dev-master"
+ "christophwurst/nextcloud": "dev-master",
+ "phpunit/phpunit": "^9.5"
}
}