Skip to content

Commit e477754

Browse files
committed
Moved tests autoload declaration to autoload-dev
1 parent 0fc2562 commit e477754

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
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)