diff --git a/.gitignore b/.gitignore index e6bbd7ae..3cb7c776 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ Homestead.yaml auth.json npm-debug.log yarn-error.log +.phpunit.result.cache /.fleet /.idea /.vscode diff --git a/composer.json b/composer.json index af7f036a..620e10ee 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,8 @@ "preferred-install": "dist", "sort-packages": true, "allow-plugins": { - "pestphp/pest-plugin": true + "pestphp/pest-plugin": true, + "php-http/discovery": true } }, "minimum-stability": "dev", diff --git a/config/mail.php b/config/mail.php index 049052ff..275a3c64 100644 --- a/config/mail.php +++ b/config/mail.php @@ -28,7 +28,7 @@ | sending an e-mail. You will specify which one you are using for your | mailers below. You are free to add additional mailers as required. | - | Supported: "smtp", "sendmail", "mailgun", "ses", + | Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2" | "postmark", "log", "array", "failover" | */