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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index db9128ab..c2e38e26 100644
--- a/composer.json
+++ b/composer.json
@@ -34,7 +34,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.22",
- "christophwurst/nextcloud": "dev-master",
- "nextcloud/coding-standard": "^1.0"
+ "nextcloud/coding-standard": "^1.0",
+ "nextcloud/ocp": "dev-master"
}
}