Switch local setup to PHP8.5
Also pull in config changes from upstream laravel/laravel
This commit is contained in:
parent
6b4607e4f9
commit
d3d6913474
11 changed files with 77 additions and 26 deletions
|
|
@ -15,7 +15,11 @@ return [
|
|||
*/
|
||||
|
||||
'postmark' => [
|
||||
'token' => env('POSTMARK_TOKEN'),
|
||||
'key' => env('POSTMARK_API_KEY'),
|
||||
],
|
||||
|
||||
'resend' => [
|
||||
'key' => env('RESEND_API_KEY'),
|
||||
],
|
||||
|
||||
'ses' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue