From d58eb5e0b15bcce6a490f24a22a150dc8cc7b4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:13:38 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12 to ^0.12 || ^1.0 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.0...1.4.10) --- updated-dependencies: - dependency-name: phpstan/phpstan 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 483f80f481..d7fc7bbd9b 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ }, "require-dev" : { "friendsofphp/php-cs-fixer": "^2.19", - "phpstan/phpstan": "^0.12", + "phpstan/phpstan": "^0.12 || ^1.0", "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6", "monolog/monolog": "^1.27" },