Nordeus / CrowdUserBundle

Symfony bundle used for authenticating and fetching users against Atlassian Crowd
MIT License
3 stars 2 forks source link

Need update for Symfony4 support #1

Closed LordPato closed 6 years ago

LordPato commented 6 years ago

As it is right now. When trying to install in Symfony4 you have the following composer error :

Problem 1

djcvijic commented 6 years ago

Hi @LordPato

After switching to the newest version of Symfony (4.0.11 as of writing this), and running composer update, I am not observing the same error as you. All requirements are satisfied, and composer installs both symfony/symfony 4.0.11 and sensio/framework-extra-bundle 3.0.27 successfully.

I must assume your composer file is implicitly or explicitly requesting a version of framework-extra-bundle with major version above 3, but I cannot provide more assistance without seeing your whole composer.json file.

Also note that this bundle has not been tested with Symfony 4 and may not be fully compatible, so please use it with caution and report any incompatibilities.

djcvijic commented 6 years ago

CrowdUserBundle v2.0 is developed specifically for Symfony ^4.0. It also requires sensio/framework-extra-bundle ^5.0, so any remaining issues should be fixed now.