formapro / FpOpenIdBundle

Symfony2 OpenID security extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support Symfony 3.*

LubomirIgonda1 opened this issue · 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.

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.

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

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