From 6a43a4cbdaf1d2496b6061a3051fcb65bdb97de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:14:46 +0000 Subject: [PATCH] Update nepada/coding-standard requirement from 7.11.0 to 7.13.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.11.0...v7.13.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 15638bf..3841c32 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "spaze/phpstan-disallowed-calls": "2.16.0", "shipmonk/phpstan-rules": "2.9.1", "php-parallel-lint/php-parallel-lint": "1.3.2", - "nepada/coding-standard": "7.11.0", + "nepada/coding-standard": "7.13.0", "nepada/message-bus-doctrine": "^2.1@dev", "nette/bootstrap": ">=3.1@dev", "nette/robot-loader": ">=3.3.1@dev",