mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
The issue was that we were using psalm/phar instead of vimeo/psalm. This caused issue with the custom psalm plugin in buildd/psalm. This is using the opportunity to also update the psalm version from 3.8 to 3.17 and the php-cs-fixer too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
11 lines
155 B
JSON
11 lines
155 B
JSON
{
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.3"
|
|
}
|
|
},
|
|
"require": {
|
|
"friendsofphp/php-cs-fixer": "^3.4.0",
|
|
"nextcloud/coding-standard": "^1.0.0"
|
|
}
|
|
}
|