Skip to content

Releases: MFlor/pwned

PHP 8.* support

31 Dec 13:38
a10d116

Choose a tag to compare

What's Changed

  • Update supported PHP versions by @MFlor in #9

Full Changelog: 4.0.0...5.0.0

PHP >= 7.4, <= 8.1

14 May 09:23
8faf910

Choose a tag to compare

  • Dropping support for PHP 7.3.
  • Increasing PHP support to 8.1.
  • Adding PHP CS Fixer checks to ensure PSR12 Code Style.
  • Adding PHPStan checks to add static analysis to the project.

Upgrading PHP requirements

23 May 07:27
712225f

Choose a tag to compare

This package is now build for, and testet against PHP 7.3, 7.4 and 8.0.

Bugfix - PHP Doc links

25 Apr 17:07
3800106

Choose a tag to compare

Two links in the PHPDOC where referencing v2, instead of v3.

Implementing Have I Been Pwned API v3

25 Apr 16:59
510b91f

Choose a tag to compare

Resolving #4 - implementing v3 of the Have I Been Pwned API.

Improving exceptions

15 Mar 06:07
b8cd7c9

Choose a tag to compare

  • Adding a bit more data to exceptions.
  • Updating README.
  • Setting PHPUnit version to ^7.0 to support PHP 7.1 or newer.

First release

13 Mar 20:21

Choose a tag to compare

1.0.0

Initial commit