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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-03 04:02:09 +0300
committerGitHub <noreply@github.com>2021-04-03 04:02:09 +0300
commitb3349454276f0881e67ccde22bf10f82cce41b5a (patch)
treedcb22cf8b2a1746a1f183963849a37e95c8c6b8c /composer.json
parent40b66857e3837d9a1f2027fc86525bd394b1b8ca (diff)
Bump friendsofphp/php-cs-fixer from 2.17.3 to 2.17.5
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.17.3 to 2.17.5. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.18/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.17.3...v2.17.5) Signed-off-by: dependabot[bot] <support@github.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 ef6498cd..2ca167d0 100644
--- a/composer.json
+++ b/composer.json
@@ -26,7 +26,7 @@
"require-dev": {
"christophwurst/nextcloud": "^21.0",
"phpunit/phpunit": "^9.5",
- "friendsofphp/php-cs-fixer": "2.17.3",
+ "friendsofphp/php-cs-fixer": "2.17.5",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0",
"nextcloud/coding-standard": "^0.5.0",