Skip to content

Commit

Permalink
Exclude tests from autoloader (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanlaak authored Mar 3, 2023
1 parent 684eb60 commit 7fccf2d
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 @@ -21,7 +21,8 @@
"autoload": {
"psr-4": {
"Arxus\\NewrelicMessengerBundle\\": ""
}
},
"exclude-from-classmap": ["tests/"]
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 7fccf2d

Please sign in to comment.