Skip to content

Releases: hamcrest/hamcrest-php

3.0.0

Choose a tag to compare

@aik099 aik099 released this 16 Jun 10:52
b61cd04

What's Changed

  • Solve the risky test warnings in PHPUnit by @aik099 in #89
  • Add missing test for StringDescription:: toString by @pscheit in #90
  • Add missing php extensions to the composer.json by @pscheit in #91
  • Fix underscores to namespaces in README by @petemcfarlane in #56
  • Improve docs to avoid Risky test warnings by @aik099 in #94
  • Fix HasToString description by @pscheit in #93
  • Add native typhints to all hamcrest classes (+ install phpstan) by @pscheit in #88
  • Update readme link for renamed action by @pscheit in #101
  • ci: Add testrun for PHP 8.5 by @Chris53897 in #102

New Contributors

Full Changelog: v2.1.1...v2.1.2

2.1.1

Choose a tag to compare

@davedevelopment davedevelopment released this 30 Apr 06:55

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

Choose a tag to compare

@davedevelopment davedevelopment released this 29 Apr 18:11

Drops support for PHP <=7.3

2.0.1

Choose a tag to compare

@davedevelopment davedevelopment released this 09 Jul 08:10
8c3d0a3
  • Added support for PHP 8

2.0.0

Choose a tag to compare

@davedevelopment davedevelopment released this 25 Feb 15:05
Merge pull request #30 from spekulatius/patch-1

updating badges

v.1.2.2

Choose a tag to compare

@davedevelopment davedevelopment released this 11 May 19:17
  • Adds more protection against double inclusion of functions in the global namespace.

Global function autoloading fix

Choose a tag to compare

@aik099 aik099 released this 20 Jan 19:35
v1.2.1

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