Skip to content

Commit

Permalink
build(phpstan): pin phpstan to v1 (#330)
Browse files Browse the repository at this point in the history
pin phpstan to v1 as v2 is not compatible with our repo yet. should fix
failing checks in CI since PHPStan v2 release.

fixes INT-774
  • Loading branch information
FreekVR authored Dec 17, 2024
1 parent a6c4f3f commit bd685ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"nette/robot-loader": ">= 3",
"pestphp/pest": ">= 1",
"phpdocumentor/reflection-docblock": "^5",
"phpstan/phpstan": ">= 1",
"phpstan/phpstan": "^1",
"rector/rector": ">= 1",
"spatie/pest-plugin-snapshots": ">= 1",
"symfony/console": "*"
Expand Down Expand Up @@ -72,4 +72,4 @@
"pestphp/pest-plugin": true
}
}
}
}

0 comments on commit bd685ff

Please sign in to comment.