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