Skip to content

Version 3.0.0

Choose a tag to compare

@eymengunay eymengunay released this 23 Dec 16:44
· 24 commits to master since this release

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 NumberField so 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.php as it's not needed anymore.
  • Remove some qualifiers
  • Add types explicitly to some methods and properties.

This release requires PHP >= 7.4