Skip to content

Commit

Permalink
fix: larastan v1 incompatible with phpstan v1.9.0 (#3665)
Browse files Browse the repository at this point in the history
We can't update to larastan v2 until we update to laravel v9 which has to wait for Flarum v2, so we need to stay on phpstan v1.8

Signed-off-by: Sami Mazouz <[email protected]>
  • Loading branch information
SychO9 authored Nov 3, 2022
1 parent 19c5d56 commit 6f7843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minimum-stability": "dev",
"license": "MIT",
"require": {
"phpstan/phpstan": "^1.2",
"phpstan/phpstan": ">=1.8.11 < 1.9.0",
"nunomaduro/larastan": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 6f7843b

Please sign in to comment.