Skip to content

Commit

Permalink
Fix composer audit failing because of abandoned laminas packages
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Dec 2, 2024
1 parent 38f1c83 commit eb2ec6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: 'composer install --prefer-dist'

- name: 'Run composer audit'
run: 'composer audit --format=plain'
run: 'composer audit --format=plain --abandoned=report'

- name: 'Run Parallel Lint'
run: 'vendor/bin/parallel-lint --exclude vendor .'
Expand Down

0 comments on commit eb2ec6c

Please sign in to comment.