From 61da0d843380fbdab9344837c0af8c4fecbb1a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 20:48:39 +0000 Subject: [PATCH] Update umbrellio/code-style-php requirement from ^1.2 to ^2.0 Updates the requirements on [umbrellio/code-style-php](https://github.com/umbrellio/code-style-php) to permit the latest version. - [Release notes](https://github.com/umbrellio/code-style-php/releases) - [Commits](https://github.com/umbrellio/code-style-php/compare/1.2.0...2.0) --- updated-dependencies: - dependency-name: umbrellio/code-style-php 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 98b42bc..ee60dc2 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "phpunit/phpunit": "^11.0", "php-mock/php-mock": "^2.0", "orchestra/testbench": "^9.0", - "umbrellio/code-style-php": "^1.2", + "umbrellio/code-style-php": "^2.0", "laravel/legacy-factories": "^1.0", "php-coveralls/php-coveralls": "^2.7" },