Skip to content

Commit

Permalink
chore: Configure psalm
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Mar 13, 2024
1 parent e4f95dc commit 6f10843
Show file tree
Hide file tree
Showing 10 changed files with 646 additions and 770 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
"name": "nextcloud/files_downloadlimit",
"require-dev": {
"nextcloud/coding-standard": "^1.0.0",
"vimeo/psalm": "^4.3.2"
"nextcloud/ocp": "dev-master",
"vimeo/psalm": "^5.23"
},
"autoload-dev": {
"psr-4": {
"OCP\\": "vendor/nextcloud/ocp/OCP"
}
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "7.3"
"php": "8.0.2"
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit 6f10843

Please sign in to comment.