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

Drop compatibility with unsupported versions of Symfony and PHP #5

Closed
tacman opened this issue Nov 30, 2021 · 2 comments
Closed

Drop compatibility with unsupported versions of Symfony and PHP #5

tacman opened this issue Nov 30, 2021 · 2 comments

Comments

@tacman
Copy link

tacman commented Nov 30, 2021

Currently the bundle allows for very old and unsupported versions of Symfony. Is there any benefit to dropping that, especially since we'll be adding Symfony 6 support (#3)

    "symfony/finder": "^3.4 || ^4.0 || ^5.0",
    "symfony/framework-bundle": "^3.4.24 || ^4.0 || ^5.0",

Maybe there's no benefit to dropping support for before 4.4, but I'd hate to see improvements being held back because of support for unsupported versions.

Ditto on support for 7.3, so the bundle can use some features from 7.4.

Thoughts?

@tacman tacman changed the title Bump dependencies Drop compatibility with unsupported versions of Symfony and PHP Nov 30, 2021
@bertrandseurot
Copy link

Note : nelmio/alice already requires php 7.4

@theofidry
Copy link
Owner

Fixed with the new release

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

3 participants