You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fully support PHP version 8.4 (#20)
* Fully support PHP version 8.4
- Fix deprecations for PHP 8.4
- Test with all supported version of PHP (up to and including 8.4)
- Use createFromMethodName instead of the (deprecated since 8.4) ReflectionMethod constructor in PHP versions >= 8.4.0
---------
Co-authored-by: JWorreth <git@vm-virtual-machine>
Allow objects of unregistered type when serializing
No normalization occurs, so the object is handed directly to json_encode. Serialization can be controlled via JsonSerializable