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 support of php73/74 #36

Open
5 tasks
jkowalleck opened this issue Jan 3, 2022 · 0 comments
Open
5 tasks

drop support of php73/74 #36

jkowalleck opened this issue Jan 3, 2022 · 0 comments
Milestone

Comments

@jkowalleck
Copy link
Collaborator

jkowalleck commented Jan 3, 2022

on 2022-11-28 the support for php7.4 ended.

lets take this for a change to switch the min-version of this lib to 8.0 .
see https://www.php.net/manual/en/migration80.new-features.php


on 2021-12-06 the support for php7.3 ended.

lets take this for a change to switch the min-version of this lib to 7.4 .
see https://www.php.net/manual/en/migration74.new-features.php

so to use the new language features, a breaking change might happen.


  • drop php73/74 from CI
  • drop php73/74 from composer manifest (php: ^8.0)
  • update dev-tools to a version that does not need php73/74 - depeds on chore: add composer-normalize tool #29
  • migrate to php80 via php-cs-fixer
  • make class properties type-save
  • TODO: gather additional list of changes to apply to the source code
@jkowalleck jkowalleck changed the title drop support of php7.3 drop support of php73/74 Dec 17, 2022
@jkowalleck jkowalleck added this to the v2.0 milestone Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant