We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feaaabc commit f7db03bCopy full SHA for f7db03b
.github/workflows/php.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
20
- name: Validate composer.json and composer.lock
21
- run: composer validate
+ run: composer validate --strict
22
23
- name: Cache Composer packages
24
id: composer-cache
0 commit comments