From c63a7f11ce73bacaf7d36a6cbe61d0d16acd4d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:02:48 +0000 Subject: [PATCH] Update nepada/coding-standard requirement from 7.5.2 to 7.6.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.5.2...v7.6.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 2fc0811..c18ab9f 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "spaze/phpstan-disallowed-calls": "2.7.0", "shipmonk/phpstan-rules": "1.2.0", "php-parallel-lint/php-parallel-lint": "1.3.2", - "nepada/coding-standard": "7.5.2", + "nepada/coding-standard": "7.6.0", "nette/di": "^3.0.6@dev", "nette/schema": "^1.0.3@dev", "latte/latte": "^3.0@dev",