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

Update for Laravel 10/11 #33

Merged
merged 2 commits into from
Apr 18, 2024

Conversation

askmrsinh
Copy link
Contributor

@askmrsinh askmrsinh commented Feb 26, 2024

Summary of changes:

  • Changes package versions to support Laravel 10/11, drops older Laravel versions
  • Updates PHPUnit to version 10
  • Updates minimum PHP requirement to 8.1, drops older versions
  • Updates Github Workflow to use newer action packages

Addresses #32.

composer.json Outdated
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0"
"php": ">=8.1",
"illuminate/notifications": "~10.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May as well add 11 here as it will be out soon.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@atymic
Copy link
Member

atymic commented Feb 26, 2024

One minor change :)

@askmrsinh askmrsinh changed the title Update for Laravel 10 Update for Laravel 10/11 Feb 29, 2024
@Parables
Copy link

if I may ask, why is this still opened?

@atymic atymic merged commit 15476e7 into laravel-notification-channels:master Apr 18, 2024
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.

3 participants