fix: add --with-all-dependencies
flag
This commit is contained in:
parent
0de569d3d3
commit
81830618db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Update composer.lock
|
||||
run: composer update
|
||||
run: composer update -W
|
||||
|
||||
- name: Validate composer.json and composer.lock
|
||||
run: composer validate --strict
|
||||
|
|
Reference in a new issue