nextcloud/vendor-bin/psalm/composer.json
Ferdinand Thiessen 8f74228147 chore: Nextcloud 32 is PHP 8.2+
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-27 21:56:04 +01:00

13 lines
172 B
JSON

{
"require": {
"vimeo/psalm": "^5.9"
},
"config": {
"platform": {
"php": "8.2"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}