PHP 8 support in v2
- This will be v2.15 but has some minor breaking changes, most notably the removal of
Type::jsonSerialize()
as it would requiremixed
return type for PHP 8.1 (fatal error otherwise) but this is not supported in PHP 7.4. - PHP 7.3 support is also dropped as was already unsupported accidentally since the introduction of Anchor.
- Adds PHP 8.0 and PHP 8.1 support with compatibility adjustments.
Edited by James Walker