From 14458562114efbf0e82a967264bc4ab30d2514dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:28:31 +0000 Subject: [PATCH] Update phpstan/phpstan-phpunit requirement || ^1.0.0 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/0.12.16...1.4.0) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit 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 2794914..1cb1401 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "eloquent/phpstan-phony": "^0.7.1 || ^0.8.0", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12.48 || ^1.0.0", - "phpstan/phpstan-phpunit": "^0.12.16", + "phpstan/phpstan-phpunit": "^0.12.16 || ^1.0.0", "phpunit/phpunit": "^9.5" }, "config": {