Skip to content

Releases: Vectorface/auth

v0.3.1

05 Sep 18:51
Compare
Choose a tag to compare

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

22 Jan 00:02
ca23f65
Compare
Choose a tag to compare

What's Changed

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

Support PHP 8.1, bump minimum to 7.3

26 Nov 22:56
e1e5c3a
Compare
Choose a tag to compare

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

22 Sep 18:59
2e9f05f
Compare
Choose a tag to compare

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

v0.2.0

12 May 19:21
Compare
Choose a tag to compare
Cleanup, bump required version to 7.0