Skip to content

Commit e41584b

Browse files
committed
update phpstan
1 parent 5bed06d commit e41584b

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"require-dev": {
4343
"friendsofphp/php-cs-fixer": "^3.51",
4444
"infection/infection": "^0.29.14",
45-
"lychee-org/phpstan-lychee": "^2.0.0",
45+
"lychee-org/phpstan-lychee": "^2.0.1",
4646
"php-parallel-lint/php-parallel-lint": "^1.3.2",
4747
"phpmd/phpmd": "^2.15",
4848
"phpunit/phpunit": "^9.5.10",

composer.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ includes:
22
- vendor/lychee-org/phpstan-lychee/phpstan.neon
33

44
parameters:
5+
level: 7
56
paths:
67
- lib
78
ignoreErrors:

0 commit comments

Comments
 (0)