From 61e7a20430abb7a21b91c3549ad7f4c530ad06fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 04:23:49 +0000 Subject: [PATCH] Update nepada/coding-standard requirement from 7.14.1 to 7.15 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.14.1...v7.15.0) --- updated-dependencies: - dependency-name: nepada/coding-standard dependency-version: '7.15' 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 fd40ae6..d100756 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "spaze/phpstan-disallowed-calls": "4.5.0", "shipmonk/phpstan-rules": "4.1.1", "php-parallel-lint/php-parallel-lint": "1.4.0", - "nepada/coding-standard": "7.14.1", + "nepada/coding-standard": "7.15", "composer-runtime-api": "^2.0", "composer/semver": "3.4.3" },