diff --git a/composer.json b/composer.json index 7b82cefe..83e0394a 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "ergebnis/composer-normalize": "^2.28.3", "ergebnis/data-provider": "^1.2.0", "ergebnis/license": "^1.2.0", - "ergebnis/php-cs-fixer-config": "^4.5.0", + "ergebnis/php-cs-fixer-config": "^4.5.1", "fakerphp/faker": "^1.19.0", "infection/infection": "~0.26.6", "phpunit/phpunit": "^9.5.21", diff --git a/composer.lock b/composer.lock index 258e6c92..840743f2 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": "87979763928c9bee40d089e0d392af46", + "content-hash": "9934a4a82e3671d414a2bb3688f1de43", "packages": [], "packages-dev": [ { @@ -1118,21 +1118,21 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "4.5.0", + "version": "4.5.1", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "5430397b2cfbd8eda0ea484d388e81c824496e5b" + "reference": "eb7e34d18c06d533b1309f02ec1ccb6e59734b71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/5430397b2cfbd8eda0ea484d388e81c824496e5b", - "reference": "5430397b2cfbd8eda0ea484d388e81c824496e5b", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/eb7e34d18c06d533b1309f02ec1ccb6e59734b71", + "reference": "eb7e34d18c06d533b1309f02ec1ccb6e59734b71", "shasum": "" }, "require": { "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.9.1", + "friendsofphp/php-cs-fixer": "~3.9.2", "php": "^7.4 || ^8.0" }, "require-dev": { @@ -1172,7 +1172,7 @@ "issues": "https://github.com/ergebnis/php-cs-fixer-config/issues", "source": "https://github.com/ergebnis/php-cs-fixer-config" }, - "time": "2022-07-11T11:35:47+00:00" + "time": "2022-07-12T07:51:39+00:00" }, { "name": "fakerphp/faker", @@ -1344,16 +1344,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.9.1", + "version": "v3.9.2", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "94441633b80495464eb34eb3f7d63445221b2585" + "reference": "9b23c42f4d063f9e3aad823500e0940348b5ed63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/94441633b80495464eb34eb3f7d63445221b2585", - "reference": "94441633b80495464eb34eb3f7d63445221b2585", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/9b23c42f4d063f9e3aad823500e0940348b5ed63", + "reference": "9b23c42f4d063f9e3aad823500e0940348b5ed63", "shasum": "" }, "require": { @@ -1421,7 +1421,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.1" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.2" }, "funding": [ { @@ -1429,7 +1429,7 @@ "type": "github" } ], - "time": "2022-07-11T08:51:43+00:00" + "time": "2022-07-11T17:53:00+00:00" }, { "name": "infection/abstract-testframework-adapter",