Skip to content

Commit 907f14a

Browse files
committed
Exclude test files from "autoload" section
1 parent ae66491 commit 907f14a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
"autoload": {
6060
"psr-4": {
6161
"Hackzilla\\Bundle\\TicketBundle\\": ""
62+
},
63+
"exclude-from-classmap": ["Tests/"]
64+
},
65+
"autoload-dev": {
66+
"psr-4": {
67+
"Hackzilla\\Bundle\\TicketBundle\\Tests\\": "Tests/"
6268
}
6369
},
6470
"config": {

0 commit comments

Comments
 (0)