Skip to content

Commit ff1e57a

Browse files
committed
Fix autoloader namespace
1 parent de3c259 commit ff1e57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"autoload": {
1212
"psr-4": {
13-
"Interop\\Async\\Loop": "src"
13+
"Interop\\Async\\Loop\\": "src"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)