mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +02:00
fix: larastan v1 incompatible with phpstan v1.9.0 (#3665)
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 <sychocouldy@gmail.com>
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user