Skip to content

Commit c38ce7c

Browse files
committed
fix
1 parent 4b7c647 commit c38ce7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"nette/forms": "^3.0",
2424
"nette/utils": "^2.3.0 || ^3.0.0",
2525
"php-parallel-lint/php-parallel-lint": "^1.2",
26+
"phpstan/phpstan-deprecation-rules": "^2.0",
2627
"phpstan/phpstan-phpunit": "^2.0",
2728
"phpstan/phpstan-strict-rules": "^2.0",
2829
"phpunit/phpunit": "^9.6"

phpstan.neon

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ includes:
44
- vendor/phpstan/phpstan-phpunit/extension.neon
55
- vendor/phpstan/phpstan-phpunit/rules.neon
66
- vendor/phpstan/phpstan-strict-rules/rules.neon
7+
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
78
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
89

910
parameters:

0 commit comments

Comments
 (0)