diff --git a/composer.json b/composer.json index 2ae75ed4..545ea5bc 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ }, "require-dev": { "dama/doctrine-test-bundle": "^v8.2.0", - "friendsofphp/php-cs-fixer": "v3.95.3", + "friendsofphp/php-cs-fixer": "v3.95.4", "phpunit/phpunit": "^12.0", "rector/rector": "2.4.5", "roave/security-advisories": "dev-latest", diff --git a/composer.lock b/composer.lock index dff93172..e4e74c7b 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": "cc9bfd259cc8c6f7602ea30988392cb4", + "content-hash": "27fb41629af91fffb5cacc0896dff993", "packages": [ { "name": "composer/ca-bundle", @@ -8289,16 +8289,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.95.3", + "version": "v3.95.4", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "3d681493acc0e93283481b1c63c263737df78687" + "reference": "3f8f68856837a77e1f1d870354eca3c8747f2f72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3d681493acc0e93283481b1c63c263737df78687", - "reference": "3d681493acc0e93283481b1c63c263737df78687", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3f8f68856837a77e1f1d870354eca3c8747f2f72", + "reference": "3f8f68856837a77e1f1d870354eca3c8747f2f72", "shasum": "" }, "require": { @@ -8382,7 +8382,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.95.3" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.4" }, "funding": [ { @@ -8390,7 +8390,7 @@ "type": "github" } ], - "time": "2026-05-29T20:35:26+00:00" + "time": "2026-06-03T18:02:44+00:00" }, { "name": "myclabs/deep-copy",