Skip to content

Commit

Permalink
Merge pull request #2488 from nextcloud/backport/2486/stable30
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Sep 14, 2024
2 parents a1aa1bf + a827492 commit 26600d2
Show file tree
Hide file tree
Showing 46 changed files with 6,286 additions and 81,069 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0"
"php": "8.1"
}
},
"scripts": {
Expand All @@ -17,9 +17,9 @@
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType"
},
"require-dev": {
"nextcloud/coding-standard": "^1.0.0",
"nextcloud/coding-standard": "^1.2.1",
"phpunit/phpunit": "^9",
"vimeo/psalm": "^5.15.0",
"nextcloud/ocp": "dev-master"
"nextcloud/ocp": "dev-stable30"
}
}
Loading

0 comments on commit 26600d2

Please sign in to comment.