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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-02-04 21:09:54 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-05 15:33:20 +0300
commit3350b8f675bf43bb2824403c877de146cf139b70 (patch)
treeefb6b56b5a7e94b552c8b58ec3505b13fe785b40 /composer.json
parenta479938a3c1389e5a4a20260970c2c305d621546 (diff)
Bump nextcloud/coding-standard to support 7.2-8.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 3914993..db17c6c 100644
--- a/composer.json
+++ b/composer.json
@@ -7,6 +7,6 @@
"require-dev": {
"phpunit/phpunit": "^8.0",
"christophwurst/nextcloud_testing": "0.10.0",
- "nextcloud/coding-standard": "^0.3.0"
+ "nextcloud/coding-standard": "^0.5.0"
}
}