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

Add PHP 8.2. Support #56

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Add PHP 8.2. Support #56

merged 1 commit into from
Mar 1, 2023

Conversation

lentex
Copy link
Member

@lentex lentex commented Feb 24, 2023

Added

  • Support for PHP 8.2.
  • Support for typed properties (in addition to the annotated properties)
  • [BREAKING] Type hints and return types

Changed

  • [BREAKING] Constructor order of Bindings
  • [BREAKING] Argument order of transform and transferRaw in JsonDecoder
  • Set dynamic properties only if AllowDynamicProperties attribute is set (on PHP 8.2. and greater)
  • Linting to pint
  • Unit tests to pest

Removed

  • Support for PHP 7.4.

For further information you can also take a look at the UPGRADE.md.

@lentex lentex force-pushed the dev/php-82 branch 3 times, most recently from 2b120a4 to 55bb21b Compare February 28, 2023 07:48
@lentex lentex force-pushed the dev/php-82 branch 3 times, most recently from e2607ad to bbb9794 Compare February 28, 2023 09:20
@lentex lentex changed the title Draft: Add PHP 8.2. Support Add PHP 8.2. Support Feb 28, 2023
@lentex lentex merged commit 20583a8 into master Mar 1, 2023
@lentex lentex deleted the dev/php-82 branch March 1, 2023 09:49
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