Skip to content

Commit f4375a3

Browse files
committed
Don't do strict validation of composer.json (because of wildcard constraints)
1 parent f1ba2f6 commit f4375a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
dependency-versions: "${{ matrix.dependencies }}"
3838

3939
- name: "Validate composer"
40-
run: "composer validate --strict"
40+
run: "composer validate"
4141

4242
- name: "Check composer normalized"
4343
run: "composer normalize --dry-run"

0 commit comments

Comments
 (0)