Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 8886cf6

Browse files
committed
Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent 8650e27 commit 8886cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
},
4242
"autoload": {
4343
"psr-4": {
44-
"Webinertia\\Log": "src/"
44+
"Webinertia\\Log\\": "src/"
4545
}
4646
},
4747
"autoload-dev": {
4848
"psr-4": {
49-
"WebinertiaTest\\LogTest": "test/"
49+
"WebinertiaTest\\LogTest\\": "test/"
5050
}
5151
},
5252
"scripts": {

0 commit comments

Comments
 (0)