Skip to content

Commit cb91624

Browse files
authored
Add support for Laravel 10 (#16)
* Update badge * Update composer.json
1 parent f016908 commit cb91624

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Buy me a coffee](https://img.shields.io/badge/-Buy_me_a_coffee-gray?logo=buymeacoffee)](https://www.buymeacoffee.com/simonschaufi)
66
![GitHub](https://img.shields.io/github/license/simonschaufi/laravel-dkim)
77
[![Packagist Downloads](https://img.shields.io/packagist/dt/simonschaufi/laravel-dkim)](https://packagist.org/packages/simonschaufi/laravel-dkim)
8-
[![Laravel 9](https://img.shields.io/badge/Laravel-9-ff2d20)](https://laravel.com)
8+
[![Laravel 9/10](https://img.shields.io/badge/Laravel-9/10-ff2d20)](https://laravel.com)
99

1010
A Laravel package, that allows signing emails with DKIM.
1111

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/mail": "^9.0"
13+
"illuminate/mail": "^9.0 || ^10.0"
1414
},
1515
"autoload": {
1616
"psr-4": {
1717
"SimonSchaufi\\LaravelDKIM\\": "src/"
1818
}
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)