Skip to content

Releases: hamcrest/hamcrest-php

2.1.1

30 Apr 06:55
Compare
Choose a tag to compare

What's Changed

  • fix implicitly nullable via default value null for PHP-8.4 by @txdFabio in #85

New Contributors

Full Changelog: v2.1.0...v2.1.1

2.1.0

29 Apr 18:11
Compare
Choose a tag to compare

Drops support for PHP <=7.3

2.0.1

09 Jul 08:10
8c3d0a3
Compare
Choose a tag to compare
  • Added support for PHP 8

2.0.0

25 Feb 15:05
Compare
Choose a tag to compare
Merge pull request #30 from spekulatius/patch-1

updating badges

v.1.2.2

11 May 19:17
Compare
Choose a tag to compare
  • Adds more protection against double inclusion of functions in the global namespace.

Global function autoloading fix

20 Jan 19:35
Compare
Choose a tag to compare
v1.2.1

Merge pull request #22 from aik099/18-double-global-function-inclusio…