diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-10 17:01:08 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-10 17:01:08 +0200 |
commit | eea282ccc0d9dfae2d321efddce99cdb18158338 (patch) | |
tree | 5f4ef50e2aac700c11a6b97cdbff923d4c75c0e9 /composer.json | |
parent | 734c62bee0f46652285f782761317889d1ef5c7d (diff) | |
download | nextcloud-server-eea282ccc0d9dfae2d321efddce99cdb18158338.tar.gz nextcloud-server-eea282ccc0d9dfae2d321efddce99cdb18158338.zip |
Bump coding standard lib for PSR2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a4c5c410d3a..7707ac537cf 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require-dev": { "jakub-onderka/php-parallel-lint": "^0.9.2", "jakub-onderka/php-console-highlighter": "^0.3.2", - "nextcloud/coding-standard": "^0.1.0" + "nextcloud/coding-standard": "^0.3.0" }, "scripts": { "cs:fix": "php-cs-fixer fix", |