mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
PHP: Updated min version to 8.2
PHPStan config not yet compatible, but should work after moving to Laravel 11, which would allow using larastan 3.x.
This commit is contained in:
@@ -9,7 +9,9 @@ parameters:
|
||||
# The level 8 is the highest level
|
||||
level: 1
|
||||
|
||||
phpVersion: 80200
|
||||
phpVersion:
|
||||
min: 80200
|
||||
max: 80400
|
||||
|
||||
bootstrapFiles:
|
||||
- bootstrap/phpstan.php
|
||||
|
||||
Reference in New Issue
Block a user