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-09-26 18:25:28 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-26 18:54:02 +0300
commit8f1f1d618cf326be174cf1b760bf15c0d0cd555d (patch)
tree61bdbe0dc0d183b8620f4aa92a442512ff0ef13a /composer.json
parentd632a49e30aa1cf116cbfc1fdbe017aa85292500 (diff)
Migrate to nextcloud/OCP package in stable25
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 0fe8d9c4d..fee0f7be9 100644
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
},
"autoload-dev": {
"psr-4": {
- "OCP\\": "vendor/christophwurst/nextcloud/OCP"
+ "OCP\\": "vendor/nextcloud/ocp/OCP"
}
},
"config": {
@@ -42,7 +42,7 @@
"test": "cd tests/php/ && phpunit -c phpunit.xml"
},
"require-dev": {
- "christophwurst/nextcloud": "dev-stable25",
+ "nextcloud/ocp": "dev-stable25",
"roave/security-advisories": "dev-latest"
},
"require": {