Skip to content

Commit 3919cf7

Browse files
committed
fix: missing dependencies
1 parent e670216 commit 3919cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/composer-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: composer require --dev phpstan/phpstan-phpunit
3737

3838
- name: Install phpstan-banned-code
39-
run: composer require --dev phpstan/phpstan-banned-code
39+
run: composer require --dev ekino/phpstan-banned-code
4040

4141
- name: Composer Analyze
4242
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)