jakoch / PHPTracRPC

A PHP library to interact with the Trac Bugtracker API via remote procedure calls.
4 stars 2 forks source link

Composer autoloader isn't finding TracRPC class #7

Closed mpedrummer closed 8 years ago

mpedrummer commented 8 years ago

I think that the composer.json file should be set as psr-4 in the autoload section, not psr-0. I'm actually just guessing there, though.

If I include the file directly, as in your example in the README.md, it works just fine.