Skip to content

Commit

Permalink
Merge pull request #2490 from nextcloud/backport/2486/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: Make loading the viewer an init script
  • Loading branch information
artonge authored Oct 15, 2024
2 parents 074539c + 3bbc601 commit 50afb82
Show file tree
Hide file tree
Showing 35 changed files with 6,276 additions and 6,267 deletions.
10 changes: 5 additions & 5 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",
"nextcloud/ocp": "dev-master"
"vimeo/psalm": "^5.25.0",
"nextcloud/ocp": "dev-stable29"
}
}
}
Loading

0 comments on commit 50afb82

Please sign in to comment.