From 3ca4711e9d0ecead4883810eabe916682b35fdeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:28:11 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.9 to ^1.9 || ^2.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/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.9.0...2.0.3) --- 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 9794cff..a32e80d 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "phpspec/prophecy-phpunit": "^2.0", "fakerphp/faker": "^1.19", "friendsofphp/php-cs-fixer": "^3.13", - "phpstan/phpstan": "^1.9" + "phpstan/phpstan": "^1.9 || ^2.0" }, "autoload": { "psr-4": {