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-05-08 04:03:04 +0300
committerGitHub <noreply@github.com>2021-05-08 04:03:04 +0300
commit54fa0924ffd2c779a74729756aeac51827ede538 (patch)
tree11f59d04b6146e1875a7a8669aa16ef796890d76 /composer.json
parent91c4e8fdf964624eed1c87b3c5619442dd355263 (diff)
Bump friendsofphp/php-cs-fixer from 2.17.5 to 2.19.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.17.5 to 2.19.0. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.17.5...v2.19.0) 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 2ca167d0..0e8db22d 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.5",
+ "friendsofphp/php-cs-fixer": "2.19.0",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0",
"nextcloud/coding-standard": "^0.5.0",