Skip to content

Commit

Permalink
Merge pull request #2486 from nextcloud/fix/load-viewer-init
Browse files Browse the repository at this point in the history
fix: Make loading the viewer an init script
  • Loading branch information
mejo- authored Sep 9, 2024
2 parents 98b586e + d71d305 commit f22b619
Show file tree
Hide file tree
Showing 31 changed files with 6,161 additions and 6,214 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.0",
"phpunit/phpunit": "^9",
"vimeo/psalm": "^5.15.0",
"vimeo/psalm": "^5.25.0",
"nextcloud/ocp": "dev-master"
}
}
Loading

0 comments on commit f22b619

Please sign in to comment.