Skip to content

Commit 56314af

Browse files
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](phpstan/phpstan@1.1.0...2.1.8) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db36e24 commit 56314af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"require-dev": {
4040
"brainmaestro/composer-git-hooks": "^2.8",
4141
"friendsofphp/php-cs-fixer": "^3.2",
42-
"phpstan/phpstan": "^1.1",
42+
"phpstan/phpstan": "^1.1 || ^2.0",
4343
"phpunit/phpunit": "^9.0 || ^8.0",
4444
"swoole/ide-helper": "~4.4.0",
4545
"symfony/var-dumper": "^5.3"

0 commit comments

Comments
 (0)