Version 3.0.0
v3.0.0 (2020-12-23)
Features:
6df4877:
- Bump PHPUnit and PHP versions to most recent
- Remove PSR-0 definitions and add PSR-4s instead to fix the namespace resolution issues
- Fix the broken tests
- Update the package's major version as the changes are not backwards compatible
- Add type checking to
NumberFieldso it won't accept anything other than numbers - Shorten the environment variables defined in
phpunit.xml.dist - Rename the certificate files
- Add Apple's WWDR cert
- Omit the extra step of defining the environment variables by fixing the defaults in
PassFactoryTest - Remove
tests/bootstrap.phpas it's not needed anymore. - Remove some qualifiers
- Add types explicitly to some methods and properties.
This release requires PHP >= 7.4