Skip to content

Commit b2aaeeb

Browse files
committed
Fix composer autoload paths
1 parent 2923e62 commit b2aaeeb

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
@@ -32,12 +32,12 @@
3232
},
3333
"autoload": {
3434
"psr-4": {
35-
"Antidot\\Async\\Logger\\": "src"
35+
"Antidot\\Async\\Logger\\": "src/"
3636
}
3737
},
3838
"autoload-dev": {
3939
"psr-4": {
40-
"Antidot\\Test\\Async\\Logger\\": "test"
40+
"Antidot\\Test\\Async\\Logger\\": "test/"
4141
}
4242
},
4343
"scripts": {

0 commit comments

Comments
 (0)