Skip to content

Commit

Permalink
Fix namespace checking (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Feb 3, 2024
1 parent 70bb840 commit 9239cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
dependency-versions: "highest"
-
name: "Check PSR-4 mapping 🐌"
run: "composer dump-autoload --optimize --strict-psr"
run: "composer dump-autoload --dev --optimize --strict-psr"
-
name: "Check for security vulnerability advisories"
run: "composer audit"
Expand Down

0 comments on commit 9239cbf

Please sign in to comment.