diff --git a/composer.json b/composer.json index a4d46568..333f502a 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.28.3", "ergebnis/data-provider": "^1.2.0", - "ergebnis/php-cs-fixer-config": "^4.5.2", + "ergebnis/php-cs-fixer-config": "^4.5.3", "fakerphp/faker": "^1.19.0", "infection/infection": "~0.26.6", "phpunit/phpunit": "^9.5.21", diff --git a/composer.lock b/composer.lock index ac45b418..45a82b5a 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": "08f6c2e8a1aaa46b2c9dd5245393b66a", + "content-hash": "119c2defb889129f367a284740e50689", "packages": [], "packages-dev": [ { @@ -1056,21 +1056,21 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "4.5.2", + "version": "4.5.3", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "8b10b959cc5f09288ccb8b0b536f354f0259b32c" + "reference": "7c170fa0541161036eca6f8ac0a31f32c1f46cd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/8b10b959cc5f09288ccb8b0b536f354f0259b32c", - "reference": "8b10b959cc5f09288ccb8b0b536f354f0259b32c", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/7c170fa0541161036eca6f8ac0a31f32c1f46cd0", + "reference": "7c170fa0541161036eca6f8ac0a31f32c1f46cd0", "shasum": "" }, "require": { "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.9.3", + "friendsofphp/php-cs-fixer": "~3.9.4", "php": "^7.4 || ^8.0" }, "require-dev": { @@ -1110,7 +1110,7 @@ "issues": "https://github.com/ergebnis/php-cs-fixer-config/issues", "source": "https://github.com/ergebnis/php-cs-fixer-config" }, - "time": "2022-07-13T13:12:56+00:00" + "time": "2022-07-16T08:34:49+00:00" }, { "name": "fakerphp/faker", @@ -1282,16 +1282,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.9.3", + "version": "v3.9.4", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "bad87e63d7d87efa5e82aa4feafa52df6a37e6c1" + "reference": "093466b1c3ff3e3b469bdbc9827bb2362de6b2fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bad87e63d7d87efa5e82aa4feafa52df6a37e6c1", - "reference": "bad87e63d7d87efa5e82aa4feafa52df6a37e6c1", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/093466b1c3ff3e3b469bdbc9827bb2362de6b2fa", + "reference": "093466b1c3ff3e3b469bdbc9827bb2362de6b2fa", "shasum": "" }, "require": { @@ -1359,7 +1359,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.3" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.4" }, "funding": [ { @@ -1367,7 +1367,7 @@ "type": "github" } ], - "time": "2022-07-13T09:53:20+00:00" + "time": "2022-07-15T21:04:49+00:00" }, { "name": "infection/abstract-testframework-adapter",