Skip to content

Commit bf69e3b

Browse files
authored
add tests classes to autoload (#441)
1 parent 8ad63a0 commit bf69e3b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,10 @@
5252
},
5353
"autoload": {
5454
"psr-4": {
55-
"Prooph\\EventStore\\": "src/"
56-
}
57-
},
58-
"autoload-dev": {
59-
"psr-4": {
55+
"Prooph\\EventStore\\": "src/",
6056
"ProophTest\\EventStore\\": "tests/"
61-
}
57+
},
58+
"exclude-from-classmap": ["tests/"]
6259
},
6360
"extra": {
6461
"branch-alias": {

0 commit comments

Comments
 (0)