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

github.com/nextcloud/nextcloud_announcements.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 2d428b9..ca428c5 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"autoload-dev": {
"psr-4": {
- "OCP\\": "vendor/christophwurst/nextcloud/OCP",
+ "OCP\\": "vendor/nextcloud/ocp/OCP",
"OCA\\NextcloudAnnouncements\\": "lib/"
}
},
@@ -26,8 +26,8 @@
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType"
},
"require-dev": {
- "christophwurst/nextcloud": "dev-stable25",
"nextcloud/coding-standard": "^1.0.0",
+ "nextcloud/ocp": "dev-stable25",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.27.0"
}