diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-10-20 18:02:33 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-10-21 10:00:48 +0200 |
commit | 88490ea6300ca5c9a0c5ce172c84c1a1fa0cbbeb (patch) | |
tree | 51a7460717d3c2ebd9ec6b411ce4caef63b7d437 /composer.json | |
parent | 49e727fe6a655c01e55c45b36603186f41a6a905 (diff) | |
download | nextcloud-server-88490ea6300ca5c9a0c5ce172c84c1a1fa0cbbeb.tar.gz nextcloud-server-88490ea6300ca5c9a0c5ce172c84c1a1fa0cbbeb.zip |
Bump Symfony family and friends to v4.4.30
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index ab69a0fb376..fe27a1928a0 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,7 @@ "cs:fix": "php-cs-fixer fix", "cs:check": "php-cs-fixer fix --dry-run --diff", "lint": "find . -name \\*.php -not -path './lib/composer/*' -not -path './build/stubs/*' -print0 | xargs -0 -n1 php -l", - "psalm": "psalm" + "psalm": "psalm", + "psalm:update-baseline": "psalm --update-baseline --set-baseline=build/psalm-baseline.xml" } } |