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-11-16 09:15:37 +0300
committerdartcafe <github@dartcafe.de>2021-11-16 09:15:37 +0300
commitb9e3d3b1be2425567a0d3863637205b9b0414006 (patch)
treecec11c7a14519c0ba4484bff411deae1ea57491e /composer.json
parent9ceb4d7c28e798acb8d35165e9d8efea9a6765a0 (diff)
update php-cs-fixer and nextcloud/coding-standard
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index ebf8a575..69b2c03e 100644
--- a/composer.json
+++ b/composer.json
@@ -26,10 +26,10 @@
"require-dev": {
"christophwurst/nextcloud": "^21.0",
"phpunit/phpunit": "^9.5",
- "friendsofphp/php-cs-fixer": "2.19.2",
+ "friendsofphp/php-cs-fixer": "^3.2",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0",
- "nextcloud/coding-standard": "^0.5.0",
+ "nextcloud/coding-standard": "^1.0",
"vimeo/psalm": "^4.3",
"doctrine/dbal": "^3.1"
},