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 d8ea2aa + f57e1d4 commit 08466f3Copy full SHA for 08466f3
.github/workflows/deptrac.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: shivammathur/setup-php@v2
41
with:
42
php-version: '8.1'
43
- tools: phive
+ tools: composer
44
extensions: intl, json, mbstring, xml
45
coverage: none
46
env:
@@ -76,5 +76,5 @@ jobs:
76
77
- name: Trace dependencies
78
run: |
79
- sudo phive --no-progress install --global --trust-gpg-keys B8F640134AB1782E,A98E898BB53EB748 qossmic/deptrac
80
- 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