diff --git a/composer.json b/composer.json index 907f803f..3549fe8d 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "friendsofphp/php-cs-fixer": "~3.35.0" + "friendsofphp/php-cs-fixer": "~3.35.1" }, "require-dev": { "ergebnis/composer-normalize": "^2.39.0", diff --git a/composer.lock b/composer.lock index 4d338405..cf629676 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": "1545215f5ed51189f81ad9de7b046fdb", + "content-hash": "00fb0a911a104e8e6d145ba957795dec", "packages": [ { "name": "composer/pcre", @@ -226,16 +226,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.35.0", + "version": "v3.35.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "eff6f13505a39ba0b08d0eee4a232ddc5d6d3734" + "reference": "ec1ccc264994b6764882669973ca435cf05bab08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/eff6f13505a39ba0b08d0eee4a232ddc5d6d3734", - "reference": "eff6f13505a39ba0b08d0eee4a232ddc5d6d3734", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ec1ccc264994b6764882669973ca435cf05bab08", + "reference": "ec1ccc264994b6764882669973ca435cf05bab08", "shasum": "" }, "require": { @@ -307,7 +307,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.35.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.35.1" }, "funding": [ { @@ -315,7 +315,7 @@ "type": "github" } ], - "time": "2023-10-12T12:58:48+00:00" + "time": "2023-10-12T13:47:26+00:00" }, { "name": "psr/container",