Skip to content

Commit 00f79a5

Browse files
Merge 5.4 into 5.x (#3422)
2 parents a2b4ab8 + dd246bd commit 00f79a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/coding-standards.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656

5757
- name: "Install dependencies with Composer"
5858
uses: "ramsey/[email protected]"
59+
with:
60+
composer-options: "--no-suggest"
61+
62+
- name: "Validate PSR class names"
63+
run: "composer dump-autoload --optimize --strict-psr"
5964

6065
# The -q option is required until phpcs v4 is released
6166
- name: "Run PHP_CodeSniffer"

0 commit comments

Comments
 (0)