Skip to content

Commit e52992f

Browse files
Update phpstan/phpstan requirement from ^1.11 to ^1.11 || ^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](phpstan/phpstan@1.11.0...2.0.1) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 692f144 commit e52992f

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
@@ -23,7 +23,7 @@
2323
"guzzlehttp/psr7": "^2.0"
2424
},
2525
"require-dev": {
26-
"phpstan/phpstan": "^1.11",
26+
"phpstan/phpstan": "^1.11 || ^2.0",
2727
"phpunit/phpunit": "^10.5",
2828
"guzzlehttp/guzzle": "^7.8",
2929
"friendsofphp/php-cs-fixer": "^3.57",

0 commit comments

Comments
 (0)