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 fc8778d commit 8ae8cfeCopy full SHA for 8ae8cfe
.github/workflows/e2e.yml
@@ -50,7 +50,7 @@ jobs:
50
name: Update Dead Code Detector
51
run: |
52
composer config repositories.pr vcs https://github.com/${{ github.event.pull_request.head.repo.full_name }}
53
- composer require --dev shipmonk/dead-code-detector:dev-${{ github.head_ref }}
+ composer require --dev shipmonk/dead-code-detector:dev-${{ github.head_ref }} --with-all-dependencies
54
55
-
56
name: Run analysis
0 commit comments