From 4b7cd0822c0068be12c2edbe8de96f301acf61c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 06:03:08 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^3.65 to ^3.68 Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.65.0...v3.68.5) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fb8c9a1..da408fd 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "donatj/mddoc": "^0.10.1", "squizlabs/php_codesniffer": "^3.11", "corpus/coding-standard": "^0.8.0", - "friendsofphp/php-cs-fixer": "^3.65", + "friendsofphp/php-cs-fixer": "^3.68", "rawr/phpunit-data-provider": "^3.3", "corpus/recursive-require": "^1.2" },