From c4a0209897773b0bb1bcd264d04fbcdc9ace76dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:33:56 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.50 to ^0.12.50 || ^1.0.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.12.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.50...1.11.7) --- 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 85b1477b..cff9c21f 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require-dev": { "guzzlehttp/guzzle": "^6.3|^7.0", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12.50", + "phpstan/phpstan": "^0.12.50 || ^1.0.0", "phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-strict-rules": "^0.12.5", "phpunit/phpunit": "^8.4|^9.4",