From 27869f0f6f5f5d17c52c5d7dd6c3d21ad0ce4839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 05:58:04 +0000 Subject: [PATCH] Update nepada/coding-standard requirement from 7.4.2 to 7.4.3 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.4.2...v7.4.3) --- 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 4129c55..17e783c 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "spaze/phpstan-disallowed-calls": "2.3.2", "phpstan/phpstan-mockery": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.3.2", - "nepada/coding-standard": "7.4.2", + "nepada/coding-standard": "7.4.3", "nette/di": "^3.0.6@dev", "nette/schema": "^1.0.3@dev", "nette/bootstrap": ">=3.0@dev",