Skip to content

Commit

Permalink
fix: Move from private OC\HintException to public OCP\HintException
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Aug 20, 2024
1 parent 954bfdb commit f99cfdf
Show file tree
Hide file tree
Showing 22 changed files with 338 additions and 83 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"require-dev": {
"christophwurst/nextcloud_testing": "^1.0.0",
"nextcloud/coding-standard": "^1.0.0",
"nextcloud/ocp": "dev-master",
"phpunit/phpunit": "^9.5"
},
"autoload-dev": {
"psr-4": {
"OCP\\": "vendor/nextcloud/ocp/OCP"
}
}
}
Loading

0 comments on commit f99cfdf

Please sign in to comment.