diff --git a/composer.json b/composer.json index 1696fee8..6dc00898 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.19.1" + "friendsofphp/php-cs-fixer": "~3.19.2" }, "require-dev": { "ergebnis/composer-normalize": "^2.31.0", diff --git a/composer.lock b/composer.lock index da33a485..44eb05be 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": "29e2f1ff8b5ac333a36d7c2cf381a7e4", + "content-hash": "a0f9a892e23d43c4ab975612a6dbf333", "packages": [ { "name": "composer/pcre", @@ -427,16 +427,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.19.1", + "version": "v3.19.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "14772488aa1f31bd7ed767c390b96841ca687435" + "reference": "210dd89560edb27a8e0d5086b734ac5b5fd4e0e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/14772488aa1f31bd7ed767c390b96841ca687435", - "reference": "14772488aa1f31bd7ed767c390b96841ca687435", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/210dd89560edb27a8e0d5086b734ac5b5fd4e0e4", + "reference": "210dd89560edb27a8e0d5086b734ac5b5fd4e0e4", "shasum": "" }, "require": { @@ -511,7 +511,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.19.1" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.19.2" }, "funding": [ { @@ -519,7 +519,7 @@ "type": "github" } ], - "time": "2023-06-24T17:16:35+00:00" + "time": "2023-06-25T16:42:58+00:00" }, { "name": "psr/cache",