Release 6.0.0
6.0.0 (2022-08-31)
- #191 Create .gitattributes (@cedric-anne)
- #176 Test enhancement (from original PR #98) (@peter279k)
- #192 Set min PHP to 7.4 and add type declarations (@phil-davis)
- #194 Adjust type declarations a little bit (@phil-davis)
Major version 6 implements type declarations for input parameters, function returns, variables etc. It supports PHP 7.4 and PHP 8. When you upgrade to major version 6, if you extend classes etc., then you will need to make similar type declarations in your code.