Skip to content

Commit e8b0139

Browse files
committed
fix: Adjust autoload for dev
1 parent 7827602 commit e8b0139

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
@@ -61,7 +61,11 @@
6161
},
6262
"autoload": {
6363
"psr-4": {
64-
"Doctum\\": "src/",
64+
"Doctum\\": "src/"
65+
}
66+
},
67+
"autoload-dev": {
68+
"psr-4": {
6569
"Doctum\\Tests\\": "tests/"
6670
}
6771
},

0 commit comments

Comments
 (0)