Skip to content

Releases: Vectorface/auth

v0.3.1

Choose a tag to compare

@jdpanderson jdpanderson released this 05 Sep 18:51

What's Changed

  • Fix a case where a message was not correctly sent to the logger

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@francislavoie francislavoie released this 22 Jan 00:02
ca23f65

What's Changed

Full Changelog: v0.2.2...v0.3.0

Support PHP 8.1, bump minimum to 7.3

Choose a tag to compare

@francislavoie francislavoie released this 26 Nov 22:56
e1e5c3a

What's Changed

  • Support PHP 8.1, bump minimum to 7.3 by @francislavoie in #4
    • Switch to Github Actions, drop Travis CI
    • Bump minimum PHP version to 7.3
    • Enable support for 8.x
    • Remove dependency on vectorface/cache, it was just using a test helper file. Just copied it over instead.
    • Use PHPUnit v9, adjust tests to match

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@francislavoie francislavoie released this 22 Sep 18:59
2e9f05f

Move vectorface/cache dependency to require-dev (2e9f05f)

v0.2.0

Choose a tag to compare

@francislavoie francislavoie released this 12 May 19:21
Cleanup, bump required version to 7.0