Update php-cs-fixer

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2021-01-22 12:49:20 +01:00
parent e163865a96
commit 1b01fe6f7d
1 changed files with 6 additions and 6 deletions

12
composer.lock generated
View File

@ -2764,16 +2764,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v2.18.0",
"version": "v2.18.1",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "cbc5b50bfa2688a1afca20e5a8c71f058e9ccbef"
"reference": "c68ff6231adb276857761e43b7ed082f164dce0b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/cbc5b50bfa2688a1afca20e5a8c71f058e9ccbef",
"reference": "cbc5b50bfa2688a1afca20e5a8c71f058e9ccbef",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c68ff6231adb276857761e43b7ed082f164dce0b",
"reference": "c68ff6231adb276857761e43b7ed082f164dce0b",
"shasum": ""
},
"require": {
@ -2855,7 +2855,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.18.0"
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.18.1"
},
"funding": [
{
@ -2863,7 +2863,7 @@
"type": "github"
}
],
"time": "2021-01-18T03:31:06+00:00"
"time": "2021-01-21T18:50:42+00:00"
},
{
"name": "myclabs/deep-copy",