Skip to content

Commit 5261550

Browse files
Update phpstan/phpstan requirement from ^1.10 to ^1.10 || ^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.10.0...2.1.23) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb2cec9 commit 5261550

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
@@ -30,7 +30,7 @@
3030
"laravel/pint": "^1.13",
3131
"mockery/mockery": "^1.0",
3232
"orchestra/testbench": "^9.0|^10.0|^11.0",
33-
"phpstan/phpstan": "^1.10"
33+
"phpstan/phpstan": "^1.10 || ^2.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)