Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minimum php version requirement conflicts with Symfony 3|4 #38

Closed
odombrovskyi-dev opened this issue Jan 31, 2020 · 3 comments
Closed

Comments

@odombrovskyi-dev
Copy link

In the version 2.2.1 you bumped min php version to 7.3. Therefore it's not possible to use this bundle with Symfony 3.* and 4.*, because they have lower min supported php version

@soullivaneuh
Copy link
Contributor

Stop me if I'm wrong, but Symfony 3.4 does support php 7.3 as well as Symfony 4.

Could you please copy/paste your current composer.json file? Maybe I can help you.

@odombrovskyi-dev
Copy link
Author

Stop me if I'm wrong, but Symfony 3.4 does support php 7.3 as well as Symfony 4.

Could you please copy/paste your current composer.json file? Maybe I can help you.

Yes, they have support for 7.3. The min supported version for Symfony 3/4 is 7.1.3, therefore all projects, with version >=7.1.3 and <7.3 are not able to use latest version 2.2.1

@soullivaneuh
Copy link
Contributor

The min supported version for Symfony 3/4 is 7.1.3

I agree, but we don't strictly follow the Symfony rules about PHP support. We don't have enough resources for that.

Plus, PHP 7.1 is deprecated since a while now.

All I can suggest to you is yo upgrade your PHP version, or stay with an older version of the bundle.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants