Skip to content

Commit fcd451b

Browse files
committed
extract the tests namespace to autoload-dev
1 parent ed8c4cd commit fcd451b

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
@@ -25,7 +25,11 @@
2525
},
2626
"autoload": {
2727
"psr-4": {
28-
"DCSG\\ImmutableCollections\\": "src",
28+
"DCSG\\ImmutableCollections\\": "src"
29+
}
30+
},
31+
"autoload-dev": {
32+
"psr-4": {
2933
"Tests\\DCSG\\ImmutableCollections\\": "tests"
3034
}
3135
},

0 commit comments

Comments
 (0)