Skip to content

Commit

Permalink
Exclude assets from classmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Jun 20, 2024
1 parent f072536 commit 6f57621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"autoload-dev": {
"psr-4": {
"Churn\\Tests\\": "tests"
}
},
"exclude-from-classmap": ["/tests/Unit/Assets", "/tests/Unit/Assets2"]
},
"bin": [
"bin/churn"
Expand Down

0 comments on commit 6f57621

Please sign in to comment.