gigablah/silex-oauth-demo

not compatible Silex 2.x

josedacosta opened this issue · 0 comments

hello,
your demo is not compatible Silex 2.x,
it would be good to mention it in the readme.txt,
or do the updates,
thank you

Silex 1.x
use Silex\ServiceProviderInterface;
Silex 2.x
use Pimple\ServiceProviderInterface;