From 1e3adfe81cdf1a7be256bd9103719c37517d3df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:16:11 +0000 Subject: [PATCH] Update redaxo/php-cs-fixer-config requirement from ^1.0 to ^2.11 Updates the requirements on [redaxo/php-cs-fixer-config](https://github.com/redaxo/php-cs-fixer-config) to permit the latest version. - [Release notes](https://github.com/redaxo/php-cs-fixer-config/releases) - [Commits](https://github.com/redaxo/php-cs-fixer-config/compare/1.0.0...2.11.0) --- updated-dependencies: - dependency-name: redaxo/php-cs-fixer-config 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 a52f87a..c6f32eb 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "phpstan/extension-installer": "^1.4", "phpstan/phpstan-deprecation-rules": "^1.2", "phpunit/phpunit": "^9 || ^10.5", - "redaxo/php-cs-fixer-config": "^1.0" + "redaxo/php-cs-fixer-config": "^2.11" }, "autoload": { "psr-4": {