From 534c12f42fac25b65f9170d8b1f93362b8ca9dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:06:46 +0000 Subject: [PATCH] Update nepada/coding-standard requirement from 7.15.1 to 8.0.1 Updates the requirements on [nepada/coding-standard](https://github.com/nepada/coding-standard) to permit the latest version. - [Release notes](https://github.com/nepada/coding-standard/releases) - [Commits](https://github.com/nepada/coding-standard/compare/v7.15.1...v8.0.1) --- updated-dependencies: - dependency-name: nepada/coding-standard dependency-version: 8.0.1 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 b5fbdc2..8b0ff85 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "shipmonk/phpstan-rules": "4.2.1", "phpstan/phpstan-phpunit": "2.0.7", "php-parallel-lint/php-parallel-lint": "1.4.0", - "nepada/coding-standard": "7.15.1", + "nepada/coding-standard": "8.0.1", "composer-runtime-api": "^2.0", "composer/semver": "3.4.4" },