From 50bf5d5279d7fc21405bb91977d26f5279f3bcc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:37:25 +0000 Subject: [PATCH] Update nepada/coding-standard requirement from 7.10.0 to 7.11.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.10.0...v7.11.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 ca44ba0..683b462 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "phpstan/phpstan": "^1.8.11" }, "require-dev": { - "nepada/coding-standard": "7.10.0", + "nepada/coding-standard": "7.11.0", "php-parallel-lint/php-parallel-lint": "1.3.2", "nette/tester": "2.4.3", "phpstan/phpstan-phpunit": "1.3.13",