Skip to content

Commit 54f8bb1

Browse files
committed
fix: Move from private OC\HintException to public OCP\HintException
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent b89ee6f commit 54f8bb1

22 files changed

+336
-81
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"require-dev": {
1919
"christophwurst/nextcloud_testing": "^0.12.4",
2020
"nextcloud/coding-standard": "^1.0.0",
21+
"nextcloud/ocp": "dev-master",
2122
"phpunit/phpunit": "^9.5"
23+
},
24+
"autoload-dev": {
25+
"psr-4": {
26+
"OCP\\": "vendor/nextcloud/ocp/OCP"
27+
}
2228
}
2329
}

0 commit comments

Comments
 (0)