Skip to content

Commit eac5d22

Browse files
authored
Merge pull request #28 from xepozz/fix-composer
Moved tests autoload declaration to autoload-dev
2 parents e4b3e46 + e477754 commit eac5d22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@
2323
"autoload": {
2424
"psr-4": {
2525
"dmstr\\db\\": "db/",
26-
"dmstr\\db\\tests\\": "db/tests/",
2726
"dmstr\\console\\": "console/"
2827
}
28+
},
29+
"autoload-dev": {
30+
"psr-4": {
31+
"dmstr\\db\\tests\\": "db/tests/"
32+
}
2933
}
3034
}

0 commit comments

Comments
 (0)