diff --git a/composer.json b/composer.json index a71522df..2f694bf4 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "^7.1", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~2.16.2" + "friendsofphp/php-cs-fixer": "~2.16.3" }, "require-dev": { "ergebnis/composer-normalize": "^2.3.2", diff --git a/composer.lock b/composer.lock index 023d2a0a..5e0ea531 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "94b6672e8c5cf26d902b5edea64964de", + "content-hash": "7adaf5c4146f542585f01ee2220b305a", "packages": [ { "name": "composer/semver", @@ -242,16 +242,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.16.2", + "version": "v2.16.3", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "c460a3cbaa58f983fe026cd52c45950bf61e9239" + "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c460a3cbaa58f983fe026cd52c45950bf61e9239", - "reference": "c460a3cbaa58f983fe026cd52c45950bf61e9239", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0", + "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0", "shasum": "" }, "require": { @@ -329,7 +329,7 @@ } ], "description": "A tool to automatically fix PHP code style", - "time": "2020-04-10T21:08:06+00:00" + "time": "2020-04-15T18:51:10+00:00" }, { "name": "paragonie/random_compat",