Skip to content

Commit c0aa340

Browse files
committed
Disable --with-dependencies argument from composer validate
1 parent 41db0bd commit c0aa340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
php: ${{ matrix.php }}
9999

100-
- run: composer validate --strict --with-dependencies
100+
- run: composer validate --strict
101101

102102
pest:
103103
name: PEST

0 commit comments

Comments
 (0)