Skip to content

Commit ad3f0cc

Browse files
authored
Merge pull request #17 from http-interop/fix-autoloader
Autoload config was broken
2 parents 7f3a8c6 + 6cf7195 commit ad3f0cc

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
@@ -24,7 +24,7 @@
2424
},
2525
"autoload": {
2626
"psr-4": {
27-
"Psr\\Http\\Middleware\\": "src/"
27+
"Interop\\Http\\Middleware\\": "src/"
2828
}
2929
},
3030
"extra": {

0 commit comments

Comments
 (0)