summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-26 17:24:33 +0200
committerJoas Schilling <coding@schilljs.com>2022-09-26 17:51:47 +0200
commit8e7c742260030705778116222e4eb8cd4b2b5d67 (patch)
tree6149bdb83d741d4f56913ece40a7302aefee1c3d /composer.json
parentf2961f0c4bcd73d5ee24f65f034690f49ef10e84 (diff)
Migrate to nextcloud/OCP package in master
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 808193a4c..782adeacb 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-master",
+ "nextcloud/ocp": "dev-master",
"roave/security-advisories": "dev-latest"
},
"require": {