From 7fc25423b703bf819ed455d4a0e65c1b75cfc9cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:52:01 +0000 Subject: [PATCH] composer(deps): update phpstan/phpstan-phpunit requirement Updates the requirements on [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.2.0...1.3.15) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 966e629..b0b4247 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "illuminate/support": "^10", "league/uri": "~6.7 || ~6.8", "phpstan/extension-installer": "^1.2", - "phpstan/phpstan-phpunit": "^1.2" + "phpstan/phpstan-phpunit": "^1.3" }, "require-dev": { "dg/bypass-finals": "^1.4",