Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-13 | 354 Bytes | |
v2.28.1 source code.tar.gz | 2025-01-13 | 15.2 kB | |
v2.28.1 source code.zip | 2025-01-13 | 22.4 kB | |
Totals: 3 Items | 37.9 kB | 0 |
This release should ensure compatibility with PHP 8.4 by removing the usage of certain
deprecated features by:
- Removing type annotations from parameters defaulting to null
. Comment type annotations will continue to be present and accurate
Fixes
- Ensure PHP 8.4 compatibility #547