Skip to content

Commit

Permalink
Remove composer-unused
Browse files Browse the repository at this point in the history
It's not fully compatible with PHP 8.1+ features.

More info: composer-unused/composer-unused#326

Signed-off-by: Luís Cobucci <[email protected]>
  • Loading branch information
lcobucci committed Aug 9, 2022
1 parent 13afa48 commit b280e3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/composer-json-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:

- name: "Normalize composer.json"
run: "composer-normalize --dry-run"

- name: "Check composer.json unused dependencies"
run: "composer-unused"
#
# - name: "Check composer.json unused dependencies"
# run: "composer-unused"

0 comments on commit b280e3c

Please sign in to comment.