From bea0369ab806930a7407ce941fab1c939526d8ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 06:53:21 +0000 Subject: [PATCH] Update nepada/coding-standard requirement from 7.3 to 7.4.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.3.0...v7.4.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 00a919f..3d99703 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "spaze/phpstan-disallowed-calls": "1.4.0", "phpstan/phpstan-mockery": "0.12.13", "php-parallel-lint/php-parallel-lint": "1.3.0", - "nepada/coding-standard": "7.3", + "nepada/coding-standard": "7.4.0", "nette/bootstrap": "^3.0@dev", "nette/di": "^3.0.5@dev", "nette/http": "^3.0@dev"