We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdae4a commit f8363ccCopy full SHA for f8363cc
.github/workflows/phpstan.yml
@@ -22,7 +22,7 @@ jobs:
22
coverage: none
23
24
- name: Install composer dependencies
25
- uses: ramsey/composer-install@v3
+ run: composer install --prefer-dist --no-progress --no-suggest --dev
26
27
- name: Run PHPStan
28
run: ./vendor/bin/phpstan --error-format=github
.github/workflows/run-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Install dependencies
42
run: |
43
- composer i --no-interaction --no-update
+ composer i --no-interaction
44
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
45
46
- name: List Installed Dependencies
tests/Pest.php
@@ -11,4 +11,3 @@
11
->setup();
12
})
13
->in(__DIR__.'/Dompurify');
14
-
0 commit comments