Skip to content

Tags: mpyw/null-auth

Tags

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow Laravel 14 and document Laravel 13 support (#17)

Proactively add `^14.0` to the `illuminate/*` constraints so the package
can be installed alongside the upcoming Laravel 14, and update the README
Requirements section to reflect the already-tested `^13.0` support.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix PHP version requirement to match CI matrix (#16)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version (#14)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
mpyw mpyw
chore: 🤖 Drop support for stale versions

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for Laravel 10 (#10)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop support for stale versions (#8)

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump versions for Laravel 8.x (#7)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve: Use `BadMethodCallException` instead of `LogicException` (#5)

* Improve: Use `BadMethodCallException` instead of `LogicException`

* Style: Sort imports

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feat: Add NoRememberTokenAuthenticatable (#4)