fix: add --with-all-dependencies
flag
This commit is contained in:
parent
322ee4b9f5
commit
e17167f7fe
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