From 44142926af4b2d272214e0a6441985d9e617122b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 03:18:57 +0000 Subject: [PATCH] chore(deps-dev): Update brainbits/phpcs-standard requirement || ^8.0.0 Updates the requirements on [brainbits/phpcs-standard](https://github.com/brainbits/phpcs-standard) to permit the latest version. - [Changelog](https://github.com/brainbits/phpcs-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/brainbits/phpcs-standard/compare/7.0.2...8.0.0) --- updated-dependencies: - dependency-name: brainbits/phpcs-standard 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 e171ebd..bff3ca5 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^8.2" }, "require-dev": { - "brainbits/phpcs-standard": "^7.0.2", + "brainbits/phpcs-standard": "^7.0.2 || ^8.0.0", "brainbits/phpstan-rules": "^3.1.2", "ergebnis/phpstan-rules": "^2.5.2", "thecodingmachine/phpstan-safe-rule": "^1.2.0",