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

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-04-04 12:23:21 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-04-04 12:23:21 +0300
commitf1672633731b812552012b532c22c661e90914b1 (patch)
treea7a63ac7d753470bb46b51d80b295248239a3dc9
parent5a46b1c69f15905af607f7805346774ef8d93ab5 (diff)
Add phpunit to require-dev
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 22673b2..0df69ae 100644
--- a/composer.json
+++ b/composer.json
@@ -11,6 +11,7 @@
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l"
},
"require-dev": {
+ "phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^0.5.0",
"christophwurst/nextcloud": "dev-master"
}