Skip to content

Commit 267d4c0

Browse files
committed
Validate composer.json in CI
1 parent b9ed3d4 commit 267d4c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Setup problem matchers for PHPUnit
4646
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
4747

48+
- name: Validate composer.json and composer.lock
49+
run: composer validate --strict
50+
4851
- name: Install Composer dependencies
4952
run: composer install --no-progress
5053

0 commit comments

Comments
 (0)