Skip to content

Commit e670216

Browse files
committed
fix: missing dependencies
1 parent 17e816d commit e670216

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/composer-analyze.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,14 @@ jobs:
2929
- name: Install Dependencies
3030
run: composer install
3131

32+
- name: Install phpstan-deprecation-rules
33+
run: composer require --dev phpstan/phpstan-deprecation-rules
34+
35+
- name: Install phpstan-phpunit
36+
run: composer require --dev phpstan/phpstan-phpunit
37+
38+
- name: Install phpstan-banned-code
39+
run: composer require --dev phpstan/phpstan-banned-code
40+
3241
- name: Composer Analyze
3342
run: vendor/bin/phpstan analyze --memory-limit=2G --no-progress --no-interaction --ansi --no-ansi --error-format=github-matcher --level=7 src tests

0 commit comments

Comments
 (0)