Skip to content

Commit

Permalink
Merge pull request #514 from nextcloud/fix/move-oc-to-ocp
Browse files Browse the repository at this point in the history
fix: Move from private `OC\HintException` to public `OCP\HintException`
  • Loading branch information
juliushaertl committed Aug 21, 2024
2 parents 954bfdb + f99cfdf commit 07205d0
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 07205d0

Please sign in to comment.