From 742eb5a698a5828aef68c200bb34f2e4dd36b7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:48:16 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^3.68 to ^3.69 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.68.0...v3.69.0) --- 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 d744829..7766785 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "doctrine/orm": "^3.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.68", + "friendsofphp/php-cs-fixer": "^3.69", "phpunit/phpunit": "^10.5.20|^11.1.3", "phpstan/phpstan": "^2", "rector/rector": "^2",