Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Switch nextcloud/ocp to dev-stable27 branch
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Jan 9, 2024
commit d4edeb15faf0c41867e200ebd28f4adf13529d6b
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.0.0",
"vimeo/psalm": "^5.4.0",
"nextcloud/ocp": "dev-master"
"nextcloud/ocp": "dev-stable27"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
Expand Down
Loading