cocur/slugify

compatibility with Silex 2

shamotj opened this issue · 1 comments

Current version is not compatible with Silex version 2. ServiceProviderInterface is no longer part of Silex 2. It is replaced with Pimple\ServiceProviderInterface. Only minor changes are needed to make it work. Question is, what about backward compatibility? Will new version support only Silex ^2.0 or earlier versions as well?