Closed soullivaneuh closed 9 years ago
Thanks for the fix, could you please push a new stable tag for it? Thanks.
Yes, I see both fixed the issue at the same time :) Thank for your feedback, I've changed the psr-0 autoloader to psr-4 recently and forgot change the the composer.
I try to use your library from a standard symfony project and I get this error:
I think it's an auto-load error after comparing between your installed package and an another:
As you can see, the autoload configuration is different. But I don't know if is relevant.
Here, an extract of my php code using your class:
And my full composer.json file:
Ask me if you want more information.
Thanks!