FpOpenIdBundle icon indicating copy to clipboard operation
FpOpenIdBundle copied to clipboard

support Symfony 3.*

Open LubomirIgonda1 opened this issue 8 years ago • 3 comments

Hi,

I'd like ask if this bundle work with Symfony 3.* ? I was try to install with composer but I got error from composer

Problem 1
- Installation request for fp/openid-bundle dev-master -> satisfiable by fp/openid-bundle[dev-master].
- fp/openid-bundle dev-master requires lightopenid/lightopenid dev-master -> satisfiable by     lightopenid/lightopenid[dev-master] but these conflict with your requirements or minimum-stability.

I am using Symfony 3.3.0. Can you help or suggest different Symfony bundle for OpenId ? Thanks for help.

LubomirIgonda1 avatar Aug 08 '17 07:08 LubomirIgonda1

Nobody has tried to run it with Symfony 3 but It shouldn't be hard. You can try to install it to your Sf3 and if it works we can simply bump the version. If it is not you can send a PR that fixes it.

makasim avatar Aug 08 '17 13:08 makasim

As a data point, I've been running dev-master bcb92e8 on Symfony 3.3.5 without problems while developing a new app.

adeanzan avatar Sep 16 '17 15:09 adeanzan

I didn't run into an issue with Symfony 3.3.9.

For Symfony 4.0 I submitted PR #111 to support the Interface-based autowiring

tomschwiha avatar Oct 07 '17 21:10 tomschwiha