Bump friendsofphp/php-cs-fixer from 2.16.8 to 2.17.0

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.16.8 to 2.17.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.17/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.8...v2.17.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-08 03:45:31 +00:00 committed by GitHub
parent 6aa5055d2e
commit 54e398f58d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
composer.lock generated
View file

@ -11077,16 +11077,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v2.16.8",
"version": "v2.17.0",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "0f8286f9601a211c83bebf7f3125610479ec084a"
"reference": "5274ce3d3200a2b374baa42143cb9dfcdcc2fa52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/0f8286f9601a211c83bebf7f3125610479ec084a",
"reference": "0f8286f9601a211c83bebf7f3125610479ec084a",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/5274ce3d3200a2b374baa42143cb9dfcdcc2fa52",
"reference": "5274ce3d3200a2b374baa42143cb9dfcdcc2fa52",
"shasum": ""
},
"require": {
@ -11095,7 +11095,7 @@
"doctrine/annotations": "^1.2",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^5.6 || ^7.0",
"php": "^5.6 || ^7.0 || ^8.0",
"php-cs-fixer/diff": "^1.3",
"symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
"symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
@ -11133,6 +11133,11 @@
"php-cs-fixer"
],
"type": "application",
"extra": {
"branch-alias": {
"dev-master": "2.17-dev"
}
},
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
@ -11171,7 +11176,7 @@
"type": "github"
}
],
"time": "2020-12-06T22:38:21+00:00"
"time": "2020-12-07T20:43:00+00:00"
},
{
"name": "m6web/redis-mock",