Skip to content

Commit f22b619

Browse files
authored
Merge pull request #2486 from nextcloud/fix/load-viewer-init
fix: Make loading the viewer an init script
2 parents 98b586e + d71d305 commit f22b619

31 files changed

Lines changed: 6161 additions & 6214 deletions

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"optimize-autoloader": true,
55
"classmap-authoritative": true,
66
"platform": {
7-
"php": "8.0"
7+
"php": "8.1"
88
}
99
},
1010
"scripts": {
@@ -17,9 +17,9 @@
1717
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType"
1818
},
1919
"require-dev": {
20-
"nextcloud/coding-standard": "^1.0.0",
20+
"nextcloud/coding-standard": "^1.2.0",
2121
"phpunit/phpunit": "^9",
22-
"vimeo/psalm": "^5.15.0",
22+
"vimeo/psalm": "^5.25.0",
2323
"nextcloud/ocp": "dev-master"
2424
}
2525
}

0 commit comments

Comments
 (0)