Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-10 18:01:08 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-10 18:01:08 +0300
commiteea282ccc0d9dfae2d321efddce99cdb18158338 (patch)
tree5f4ef50e2aac700c11a6b97cdbff923d4c75c0e9 /composer.json
parent734c62bee0f46652285f782761317889d1ef5c7d (diff)
Bump coding standard lib for PSR2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
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",