Skip to content

Commit

Permalink
Merge pull request #14 from localheinz/feature/strict
Browse files Browse the repository at this point in the history
Enhancement: Use `--strict` option when validating `composer.json` and `composer.lock`
  • Loading branch information
valorin authored Jan 3, 2024
2 parents 145af61 + f80fc5e commit d19a05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
coverage: none

- name: Validate composer.json and composer.lock
run: composer validate
run: composer validate --strict

- name: Install Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader
Expand Down

0 comments on commit d19a05e

Please sign in to comment.