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 legacy PHP support #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Drop legacy PHP support #3

wants to merge 1 commit into from

Conversation

bocharsky-bw
Copy link
Member

@weaverryan according to SymfonyCasts/verify-email-bundle#148 (comment) and since 7.2 started causing CI failures probably it's time to drop legacy PHP versions support.

In particular, this PR drops support of PHP 7 and 8.0 - all are EOL now: https://www.php.net/supported-versions.php

Affected bundles:

  • knpuniversity/oauth2-client-bundle - supports PHP 7.4+
  • SymfonyCasts/reset-password-bundle - supports PHP 7.2+
  • SymfonyCasts/verify-email-bundle - supports PHP 7.2+

@weaverryan according to SymfonyCasts/verify-email-bundle#148 (comment) and since 7.2 started causing CI failures probably it's time to drop legacy PHP versions support.

In particular, this PR drops support of PHP 7 and 8.0 - all are EOL now: https://www.php.net/supported-versions.php

Affected bundles:
- knpuniversity/oauth2-client-bundle - supports PHP 7.4+
- SymfonyCasts/reset-password-bundle - supports PHP 7.2+
- SymfonyCasts/verify-email-bundle - supports PHP 7.2+
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

Successfully merging this pull request may close these issues.

2 participants