We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fcdd0 commit 0c5ef13Copy full SHA for 0c5ef13
.github/workflows/build.yml
@@ -24,6 +24,9 @@ jobs:
24
extensions: mbstring, simplexml, dom
25
coverage: xdebug
26
27
+ - name: "PHP ${{ matrix.php-version }}: Verify Composer '--strict-psr'"
28
+ run: composer dump-autoload -o --dry-run --strict-psr
29
+
30
- name: "PHP ${{ matrix.php-version }}: Get composer cache directory"
31
id: composer-cache
32
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
0 commit comments