Closed Ayesh closed 6 months ago
I understand this is quite a BC break and I'm not the person to make this call. Merely submitting the change because I'm running a modified version of this package, so I wanted to submit the PR.
On PHP 8.4, we will be getting a bunch of deprecation notices because we have a bunch of function declarations that trigger the deprecation of implicit nullability syntax (#337).
PR #337 depends on this.
Bumps the minimum required PHP version to PHP 7.1 to use explicit nullable parameter type syntax.