Skip to content

Commit

Permalink
Merge pull request #2491 from nextcloud/backport/2486/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: Make loading the viewer an init script
  • Loading branch information
artonge authored Oct 15, 2024
2 parents 909d19c + a32b107 commit 723467d
Show file tree
Hide file tree
Showing 27 changed files with 709 additions and 419 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 723467d

Please sign in to comment.