Skip to content

Commit 3240226

Browse files
committed
fix(deps): pin nextcloud/ocp to dev-stable34 in psalm vendor-bin
vendor-bin/psalm/composer.json was still requiring nextcloud/ocp:dev-master, left over from before this branch was cut. Since nextcloud/ocp's master branch now requires PHP ~8.3+ while this file pins platform.php to 8.2.27, the weekly automated ocp-update workflow fails every run. Point it at dev-stable34 instead, matching the pattern already used on stable32. Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent 32432c2 commit 3240226

2 files changed

Lines changed: 63 additions & 11 deletions

File tree

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require-dev": {
3-
"nextcloud/ocp": "dev-master",
3+
"nextcloud/ocp": "dev-stable34",
44
"vimeo/psalm": "^6.16.1"
55
},
66
"config": {

vendor-bin/psalm/composer.lock

Lines changed: 62 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)