Skip to content

Commit 0c5ef13

Browse files
committedFeb 14, 2025
Added build step: Composer strict PSR autoloaing check
1 parent a7fcdd0 commit 0c5ef13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
extensions: mbstring, simplexml, dom
2525
coverage: xdebug
2626

27+
- name: "PHP ${{ matrix.php-version }}: Verify Composer '--strict-psr'"
28+
run: composer dump-autoload -o --dry-run --strict-psr
29+
2730
- name: "PHP ${{ matrix.php-version }}: Get composer cache directory"
2831
id: composer-cache
2932
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)