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

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-11 12:56:15 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-11 12:58:18 +0300
commitfc4175013a1d835a9a960f19221561f5d4527de9 (patch)
treec3f9b44fce5df5c1501faf3d4de62887bd934fad /composer.json
parentbd916d6ef52c5f31b26c81a945c80b3883fe4c43 (diff)
Move to nextcloud/ocp
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 dd3c31c..d1e396d 100644
--- a/composer.json
+++ b/composer.json
@@ -12,11 +12,11 @@
"nextcloud/coding-standard": "^1.0.0",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.3.2",
- "christophwurst/nextcloud": "dev-master"
+ "nextcloud/ocp": "dev-master"
},
"autoload-dev": {
"psr-4": {
- "OCP\\": "vendor/christophwurst/nextcloud/OCP",
+ "OCP\\": "vendor/nextcloud/ocp/OCP",
"OCA\\AnnouncementCenter\\": "lib/"
}
},