From 8e0c4295621a696deae07c8baa13bf78ae0879fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:15:55 +0000 Subject: [PATCH] Update ninjify/qa requirement from ^0.12 to ^0.13 Updates the requirements on [ninjify/qa](https://github.com/ninjify/qa) to permit the latest version. - [Release notes](https://github.com/ninjify/qa/releases) - [Commits](https://github.com/ninjify/qa/compare/v0.12...v0.13.0) --- updated-dependencies: - dependency-name: ninjify/qa 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 6534748..4eab04c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require-dev": { "nette/bootstrap": "^3.0", "tracy/tracy": "^2.5.0", - "ninjify/qa": "^0.12", + "ninjify/qa": "^0.13", "ninjify/nunjuck": "^0.4", "phpstan/phpstan": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0",