Skip to content

Commit

Permalink
Merge pull request #17 from jsanc623/bugfixes-7616
Browse files Browse the repository at this point in the history
Fix composer autoloading bug filed by gladyshev - issue #16
  • Loading branch information
nsa-yoda authored Dec 8, 2016
2 parents 63314d9 + 08c3b32 commit c0b5be0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
}
],
"autoload": {
"psr-0": {"": "src/"}
"psr-0": {
"PHPBenchTime\\": "src/"
}
}
}

Expand Down

0 comments on commit c0b5be0

Please sign in to comment.