diff --git a/composer.json b/composer.json index ed4247f..69c0073 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.28.3", "ergebnis/license": "^1.2.0", - "ergebnis/php-cs-fixer-config": "^4.5.3", + "ergebnis/php-cs-fixer-config": "^4.6.0", "phpunit/phpunit": "^9.5.21", "psalm/plugin-phpunit": "~0.17.0", "vimeo/psalm": "^4.24" diff --git a/composer.lock b/composer.lock index 61506b2..c30a46e 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": "3c0dec5eb4f0c2b2d623ae6feb9bd2ee", + "content-hash": "39f00b08668622f0d6d894a0e255b3fe", "packages": [ { "name": "fakerphp/faker", @@ -1240,27 +1240,27 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "4.5.3", + "version": "4.6.0", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "7c170fa0541161036eca6f8ac0a31f32c1f46cd0" + "reference": "9bbf949893038baba287e208d5438afba0db7e7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/7c170fa0541161036eca6f8ac0a31f32c1f46cd0", - "reference": "7c170fa0541161036eca6f8ac0a31f32c1f46cd0", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/9bbf949893038baba287e208d5438afba0db7e7e", + "reference": "9bbf949893038baba287e208d5438afba0db7e7e", "shasum": "" }, "require": { "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.9.4", + "friendsofphp/php-cs-fixer": "~3.9.5", "php": "^7.4 || ^8.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.28.3", "ergebnis/license": "^1.2.0", - "fakerphp/faker": "^1.19.0", + "fakerphp/faker": "^1.20.0", "phpunit/phpunit": "^9.5.21", "psalm/plugin-phpunit": "~0.17.0", "symfony/filesystem": "^4.4.0 || ^5.0.0", @@ -1294,7 +1294,7 @@ "issues": "https://github.com/ergebnis/php-cs-fixer-config/issues", "source": "https://github.com/ergebnis/php-cs-fixer-config" }, - "time": "2022-07-16T08:34:49+00:00" + "time": "2022-07-22T10:49:30+00:00" }, { "name": "felixfbecker/advanced-json-rpc", @@ -1399,16 +1399,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.9.4", + "version": "v3.9.5", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "093466b1c3ff3e3b469bdbc9827bb2362de6b2fa" + "reference": "4465d70ba776806857a1ac2a6f877e582445ff36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/093466b1c3ff3e3b469bdbc9827bb2362de6b2fa", - "reference": "093466b1c3ff3e3b469bdbc9827bb2362de6b2fa", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/4465d70ba776806857a1ac2a6f877e582445ff36", + "reference": "4465d70ba776806857a1ac2a6f877e582445ff36", "shasum": "" }, "require": { @@ -1476,7 +1476,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/v3.9.4" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.5" }, "funding": [ { @@ -1484,7 +1484,7 @@ "type": "github" } ], - "time": "2022-07-15T21:04:49+00:00" + "time": "2022-07-22T08:43:51+00:00" }, { "name": "justinrainbow/json-schema",