Skip to content

[v6] - PHP 8.1 #1761

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

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

[v6] - PHP 8.1 #1761

wants to merge 10 commits into from

Conversation

DerManoMann
Copy link
Collaborator

@DerManoMann DerManoMann commented Apr 24, 2025

Fixes #1669

  • Update general docs
  • Flesh out migration guide
  • Refactor Util helper
  • Remove other deprecated elements (if any)
  • Remove Generator::scan() and update Generator reference
  • Add phpdoc parser / type handling refactor
  • Remove @requires PHP 8.1 test annotations
  • Remove code checks for 8.1 features
  • Bump phpunit deps to ^10.0
  • ...

@DerManoMann DerManoMann marked this pull request as draft April 26, 2025 11:32
@Kiina
Copy link
Contributor

Kiina commented Apr 30, 2025

So is the type-info-extras not landing in v6? Since it requires 8.2 while the min version is bumped to 8.1.

@DerManoMann
Copy link
Collaborator Author

So is the type-info-extras not landing in v6? Since it requires 8.2 while the min version is bumped to 8.1.

The type-info code itself is ready, including a rough polyfill. Hopefully it will be more consistent than what we have now and if type-info-extras is detected it will use that instead.

I thought about a PR to just add that so it can be reviewed - but not used yet; maybe worth doing.

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.

[v6] Bump PHP deps to 8.1
2 participants