Skip to content

Commit

Permalink
dev(composer-unused): Removed (composer-dependency-analyser do all …
Browse files Browse the repository at this point in the history
…the same but better).
  • Loading branch information
LastDragon-ru committed Jan 11, 2025
1 parent f1465f3 commit 68aa1fd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2,253 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ jobs:
run: |
composer run-script composer-dependency-analyser
- name: Install composer-unused
uses: ./.github/actions/tool
with:
tool: composer-unused
- name: Check unused packages
run: |
composer run-script composer-unused
dependencies-package:
name: Dependencies checks
needs:
Expand Down Expand Up @@ -117,14 +109,6 @@ jobs:
run: |
composer run-script composer-dependency-analyser -- --composer-json="${{ needs.settings.outputs.packages-directory }}/${{ matrix.package }}/composer.json"
- name: Install composer-unused
uses: ./.github/actions/tool
with:
tool: composer-unused
- name: Check unused packages
run: |
composer run-script composer-unused -- "${{ needs.settings.outputs.packages-directory }}/${{ matrix.package }}/composer.json"
phpcs:
name: PHP CodeSniffer
runs-on: ubuntu-latest
Expand Down
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@
],
"validate:dependencies": [
"@monorepo-builder",
"@composer-dependency-analyser",
"@composer-unused"
"@composer-dependency-analyser"
],
"merge:dependencies": [
"./vendor-bin/monorepo-builder/vendor/bin/monorepo-builder merge",
Expand All @@ -227,9 +226,6 @@
"markdownlint": [
"npm run markdownlint"
],
"composer-unused": [
"./vendor-bin/composer-unused/vendor/bin/composer-unused unused --output-format=default"
],
"composer-dependency-analyser": [
"vendor-bin/composer-dependency-analyser/vendor/bin/composer-dependency-analyser --verbose --show-all-usages"
],
Expand Down
5 changes: 0 additions & 5 deletions vendor-bin/composer-unused/composer.json

This file was deleted.

Loading

0 comments on commit 68aa1fd

Please sign in to comment.