Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING CHANGE: Changes User class to Authenticatable interface, adds PHP / Laravel requirements, adds tests and ci #4

Merged
merged 8 commits into from
Feb 5, 2025

Conversation

zackAJ
Copy link
Owner

@zackAJ zackAJ commented Feb 5, 2025

BREAKING CHANGE

  • Updates composer PHP and laravel requirements (see composer.json).
  • Report tracking now gives Authenticatable interface instead of User class when it comes to the currently authenticated user, this is consistent with laravel's Auth::user() return type.

Testing

  • Adds feature tests.

CI

  • Adds testing workflow.
  • Adds Pint code styling workflow.

@zackAJ zackAJ changed the title Feat: adds feature tests, CI: Testing and Code style workflows Feat: adds feature tests, CI: Testing and Code style workflows Feb 5, 2025
@zackAJ zackAJ changed the title Feat: adds feature tests, CI: Testing and Code style workflows BREAKING CHANGE: Changes User class to Authenticatable interface, adds tests and ci Feb 5, 2025
@zackAJ zackAJ changed the title BREAKING CHANGE: Changes User class to Authenticatable interface, adds tests and ci BREAKING CHANGE: Changes User class to Authenticatable interface, adds PHP / Laravel requirements, adds tests and ci Feb 5, 2025
@zackAJ zackAJ merged commit deee459 into main Feb 5, 2025
1 check passed
@zackAJ zackAJ deleted the dev branch February 5, 2025 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant