From 0392c668ccbe64952397f63db8444d3971c9ac65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 18:56:34 +0000 Subject: [PATCH] build(deps-dev): update nepada/coding-standard requirement 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.9.0...v7.10.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 368dabf..864e95d 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "spaze/phpstan-disallowed-calls": "2.14.2", "shipmonk/phpstan-rules": "2.5.1", "php-parallel-lint/php-parallel-lint": "1.3.2", - "nepada/coding-standard": "7.9.0", + "nepada/coding-standard": "7.10.0", "nette/di": "^3.0.6@dev", "nette/schema": "^1.0.3@dev", "nette/bootstrap": ">=3.1@dev",