diff --git a/composer.json b/composer.json index 94c66a77..33f35f38 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "require-dev": { "phpmd/phpmd": "2.15.0", "brain/monkey": "2.6.2", - "friendsofphp/php-cs-fixer": "3.67.0", + "friendsofphp/php-cs-fixer": "3.67.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "1.5.0", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "1.5.0", "phpcompatibility/php-compatibility": "9.3.5", diff --git a/composer.lock b/composer.lock index d3718c20..4a0b4123 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": "83abbb54ace48e0e379a556443950646", + "content-hash": "fae729bdac271458cf64c9c0897297b8", "packages": [], "packages-dev": [ { @@ -673,16 +673,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.67.0", + "version": "v3.67.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "0ad34c75d1172f7d30320460e803887981830cbf" + "reference": "db533e9aeb19c33033b6a1b734c8de4f4ebaa7dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/0ad34c75d1172f7d30320460e803887981830cbf", - "reference": "0ad34c75d1172f7d30320460e803887981830cbf", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/db533e9aeb19c33033b6a1b734c8de4f4ebaa7dc", + "reference": "db533e9aeb19c33033b6a1b734c8de4f4ebaa7dc", "shasum": "" }, "require": { @@ -764,7 +764,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.67.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.67.1" }, "funding": [ { @@ -772,7 +772,7 @@ "type": "github" } ], - "time": "2025-01-08T10:17:40+00:00" + "time": "2025-01-12T12:20:47+00:00" }, { "name": "hamcrest/hamcrest-php",