Skip to content

Commit

Permalink
Add support for Laravel 10 (#16)
Browse files Browse the repository at this point in the history
* Update badge
* Update composer.json
  • Loading branch information
mrk-j authored Jun 7, 2023
1 parent f016908 commit cb91624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Buy me a coffee](https://img.shields.io/badge/-Buy_me_a_coffee-gray?logo=buymeacoffee)](https://www.buymeacoffee.com/simonschaufi)
![GitHub](https://img.shields.io/github/license/simonschaufi/laravel-dkim)
[![Packagist Downloads](https://img.shields.io/packagist/dt/simonschaufi/laravel-dkim)](https://packagist.org/packages/simonschaufi/laravel-dkim)
[![Laravel 9](https://img.shields.io/badge/Laravel-9-ff2d20)](https://laravel.com)
[![Laravel 9/10](https://img.shields.io/badge/Laravel-9/10-ff2d20)](https://laravel.com)

A Laravel package, that allows signing emails with DKIM.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"illuminate/mail": "^9.0"
"illuminate/mail": "^9.0 || ^10.0"
},
"autoload": {
"psr-4": {
"SimonSchaufi\\LaravelDKIM\\": "src/"
}
}
}
}

0 comments on commit cb91624

Please sign in to comment.