There was an error while loading. Please reload this page.
1 parent 17e816d commit e670216Copy full SHA for e670216
.github/workflows/composer-analyze.yml
@@ -29,5 +29,14 @@ jobs:
29
- name: Install Dependencies
30
run: composer install
31
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
41
- name: Composer Analyze
42
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