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

github.com/nextcloud/serverinfo.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.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index d4b5122..57e0cd2 100644
--- a/composer.json
+++ b/composer.json
@@ -1,10 +1,10 @@
{
"require-dev": {
"nextcloud/coding-standard": "^0.4.0",
- "christophwurst/nextcloud": "dev-master@dev",
"psalm/phar": "^4.22",
"bantu/ini-get-wrapper": "v1.0.1",
- "phpunit/phpunit": "^9.5"
+ "phpunit/phpunit": "^9.5",
+ "nextcloud/ocp": "dev-stable25"
},
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",
@@ -21,5 +21,10 @@
"platform": {
"php": "7.4"
}
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "OCP\\": "vendor/nextcloud/ocp/OCP"
+ }
}
}