Features
- PHP 8 compatibility: #27
Breaking changes
Resourceclass no longer implementsSerializable.JsonSerializableis NOT affected.
- Attempting to access a non-existent array element of a
Resourceinstance will now return null. Previously, this threw aTypeError.
Full Changelog: v2.2.1...v3.0