Skip to content

Commit

Permalink
Merge branch '9.8.x' into 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Dec 18, 2024
2 parents 297aa85 + 776e06e commit fde5cbf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-9.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench-core`.

## 9.8.1

Released: 2024-12-18

### Changes

* Update skeleton to match v11.5.0.

## 9.8.0

Released: 2024-12-15
Expand Down
2 changes: 1 addition & 1 deletion laravel/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=log
MAIL_SCHEME=null
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"

Expand Down
2 changes: 1 addition & 1 deletion laravel/config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@

'smtp' => [
'transport' => 'smtp',
'scheme' => env('MAIL_SCHEME'),
'url' => env('MAIL_URL'),
'host' => env('MAIL_HOST', '127.0.0.1'),
'port' => env('MAIL_PORT', 2525),
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'timeout' => null,
Expand Down

0 comments on commit fde5cbf

Please sign in to comment.