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-08-07 04:02:31 +0300
committerGitHub <noreply@github.com>2021-08-07 04:02:31 +0300
commit7aa7b4aeb21edc783d0148568aa03c852f2f2f4d (patch)
treea96ce1f72cf9480b8b2eacfac333f4f19e9983f2 /composer.json
parent4bcc67b06876b3b49591e210903ac24bd6e76aee (diff)
Bump friendsofphp/php-cs-fixer from 2.19.0 to 2.19.1
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.19.0 to 2.19.1. - [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.19.0...v2.19.1) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-patch ... 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 6385dc8f..45e1f081 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.19.0",
+ "friendsofphp/php-cs-fixer": "2.19.1",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0",
"nextcloud/coding-standard": "^0.5.0",