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.
2 parents 78caaaf + b1f1306 commit 980487eCopy full SHA for 980487e
src/Template/.github/workflows/deptrac.yml
@@ -32,7 +32,6 @@ jobs:
32
uses: shivammathur/setup-php@v2
33
with:
34
php-version: '8.1'
35
- tools: phive
36
extensions: intl, json, mbstring, xml
37
coverage: none
38
env:
@@ -68,5 +67,5 @@ jobs:
68
67
69
- name: Trace dependencies
70
run: |
71
- sudo phive --no-progress install --global --trust-gpg-keys B8F640134AB1782E,A98E898BB53EB748 qossmic/deptrac
72
- deptrac analyze --cache-file=build/deptrac.cache
+ composer require --dev qossmic/deptrac-shim
+ vendor/bin/deptrac analyze --cache-file=build/deptrac.cache
0 commit comments