Skip to content

Fix deprecations on PHP8 #2

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

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

xelan
Copy link
Contributor

@xelan xelan commented Dec 17, 2024

As PHP attributes are implemented in a BC manner (treated as comments on PHP5/7), the change is fully backwards-compatible.

Tested on PHP 5.6, 7.3 and 8.2.

Fixes #1

As PHP attributes are implemented in a BC manner (treated as comments on PHP5/7),
the change is fully backwards-compatible.

Fixes konsulting#1
@Keoghan Keoghan merged commit b946284 into konsulting:master Dec 17, 2024
@Keoghan
Copy link
Contributor

Keoghan commented Dec 17, 2024

Thanks for contributing :)

@xelan
Copy link
Contributor Author

xelan commented Dec 17, 2024

Thanks for the nice library! Was looking for something easy to compare JSON-serialized ORM entities, and this one works perfectly for our use case😊

@xelan
Copy link
Contributor Author

xelan commented Dec 17, 2024

Could you please publish the tags as releases @Keoghan? On Github it still shows 1.0 (2018-02-13) as latest 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

Successfully merging this pull request may close these issues.

Deprecated messages with PHP 8.1.14
2 participants