1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Fix autoloader namespace

This commit is contained in:
Aaron Piotrowski 2016-05-27 14:55:19 -05:00
parent de3c259557
commit ff1e57a7cd

View File

@ -10,7 +10,7 @@
},
"autoload": {
"psr-4": {
"Interop\\Async\\Loop": "src"
"Interop\\Async\\Loop\\": "src"
}
}
}