From 724021b420465e57212d42d0d4ddf1aebbb1e8b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 05:44:48 +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 cc924c3..226396f 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "nepada/phpstan-nette-tester": "0.3.1", "spaze/phpstan-disallowed-calls": "1.4.0", "php-parallel-lint/php-parallel-lint": "1.2", - "nepada/coding-standard": "7.3", + "nepada/coding-standard": "7.4.0", "nette/bootstrap": "^3.0@dev", "nette/di": "^3.0.5@dev" },