Skip to content

Commit 138dba2

Browse files
committed
Fix autoload
1 parent ad2ed90 commit 138dba2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
}
3939
},
4040
"autoload": {
41-
"classmap": ["src", "tests"]
41+
"classmap": ["src"]
42+
},
43+
"autoload-dev": {
44+
"classmap": ["tests"]
4245
},
4346
"scripts": {
4447
"da": "composer dump-autoload",

0 commit comments

Comments
 (0)