From 56314af7f7bd4de8fff51eb028c40320cd1bf076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:44:59 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.1 to ^1.1 || ^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.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.1.0...2.1.8) --- 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 30dc27d..e67f208 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "require-dev": { "brainmaestro/composer-git-hooks": "^2.8", "friendsofphp/php-cs-fixer": "^3.2", - "phpstan/phpstan": "^1.1", + "phpstan/phpstan": "^1.1 || ^2.0", "phpunit/phpunit": "^9.0 || ^8.0", "swoole/ide-helper": "~4.4.0", "symfony/var-dumper": "^5.3"