nextcloud/vendor-bin/psalm/composer.json
Christoph Wurst 4259391162
Drop PHP7.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-01-25 17:25:08 +01:00

13 lines
233 B
JSON

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