From 9c3d29198cef5aba201e5fb93b1a8258d7f79c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 05:11:33 +0000 Subject: [PATCH] Update nepada/coding-standard requirement from 7.7.0 to 7.9.0 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.7.0...v7.9.0) --- updated-dependencies: - dependency-name: nepada/coding-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 1f6d005..78fe482 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "spaze/phpstan-disallowed-calls": "2.12.1", "shipmonk/phpstan-rules": "2.5.1", "php-parallel-lint/php-parallel-lint": "1.3.2", - "nepada/coding-standard": "7.7.0" + "nepada/coding-standard": "7.9.0" }, "suggest": { "nepada/message-bus-doctrine": "for Doctrine ORM integration"