Skip to content

Commit

Permalink
chore: Update dependencies to match server
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
susnux authored and artonge committed Oct 3, 2024
1 parent 796114c commit b0209c9
Show file tree
Hide file tree
Showing 3 changed files with 480 additions and 353 deletions.
8 changes: 4 additions & 4 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.2"
"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.0",
"phpunit/phpunit": "^9",
"vimeo/psalm": "^5.15.0",
"vimeo/psalm": "^5.25.0",
"nextcloud/ocp": "dev-stable28"
}
}
}
Loading

0 comments on commit b0209c9

Please sign in to comment.