Skip to content

Commit

Permalink
Disable --with-dependencies argument from composer validate
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Oct 16, 2023
1 parent 41db0bd commit c0aa340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
with:
php: ${{ matrix.php }}

- run: composer validate --strict --with-dependencies
- run: composer validate --strict

pest:
name: PEST
Expand Down

0 comments on commit c0aa340

Please sign in to comment.