Skip to content

Commit ca8b4c8

Browse files
committed
modify autoload
1 parent 62a27ea commit ca8b4c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
}
2424
],
2525
"autoload": {
26-
"psr-4": {
27-
"tinybox\\Diff\\": "lib/"
28-
}
26+
"classmap": [
27+
"src/"
28+
]
2929
}
3030
}

0 commit comments

Comments
 (0)