From cfc4eebb448cdc66dc5bdf687ce083aa970a537b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:35:39 +0000 Subject: [PATCH] Update nepada/coding-standard requirement from 7.14.0 to 7.14.1 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.14.0...v7.14.1) --- 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 bd7ca22..1b3afc1 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "shipmonk/phpstan-rules": "3.2.0", "phpstan/phpstan-mockery": "1.1.3", "php-parallel-lint/php-parallel-lint": "1.4.0", - "nepada/coding-standard": "7.14.0", + "nepada/coding-standard": "7.14.1", "nette/di": "^3.0.6@dev", "nette/bootstrap": ">=3.1@dev", "composer/semver": "3.4.3"