MongoDB-ODM-Silex-Provider icon indicating copy to clipboard operation
MongoDB-ODM-Silex-Provider copied to clipboard

Cannot load ServiceProviderInterface error

Open ghvaldez opened this issue 9 years ago • 3 comments

error: Attempted to load interface "ServiceProviderInterface" from namespace "Silex". Did you forget a "use" statement for "Pimple\ServiceProviderInterface"?

What version of silex does this provider work with? I'm running "silex/silex": "2.0.*@dev" and the interface in question is not found. Is there something else I need to require in composer?

ghvaldez avatar Aug 12 '15 20:08 ghvaldez

Same thing here, I guess it isn't compatible with silex 2.x yet?

EdwardIII avatar Aug 26 '15 16:08 EdwardIII

I've made a very quick and dirty fork to make this compatible with silex 2.x: https://github.com/EdwardIII/MongoDB-ODM-Silex-Provider

EdwardIII avatar Aug 26 '15 16:08 EdwardIII

Hello, I don't maintain this project anymore, if you're interested in taking over it, drop me an email

romainneutron avatar Mar 05 '16 16:03 romainneutron