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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-03-23 11:00:33 +0300
committerdartcafe <github@dartcafe.de>2021-03-23 11:00:33 +0300
commitd288e3b9c40d0960c85bd88b2935b675cd6c3272 (patch)
treef7a3822a9439a90bf47b78de159ec619eb4a861d /composer.json
parenta74388c473cd8082964bb687fc1666e1d93d044a (diff)
require php-cs-fixer:2.17.3
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 84cd0fb5..ef6498cd 100644
--- a/composer.json
+++ b/composer.json
@@ -26,6 +26,7 @@
"require-dev": {
"christophwurst/nextcloud": "^21.0",
"phpunit/phpunit": "^9.5",
+ "friendsofphp/php-cs-fixer": "2.17.3",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0",
"nextcloud/coding-standard": "^0.5.0",