|
| 1 | +diff --git a/.gitignore b/.gitignore |
| 2 | +index e6bbd7ae..3cb7c776 100644 |
| 3 | +--- a/.gitignore |
| 4 | ++++ b/.gitignore |
| 5 | +@@ -13,6 +13,7 @@ Homestead.yaml |
| 6 | + auth.json |
| 7 | + npm-debug.log |
| 8 | + yarn-error.log |
| 9 | ++.phpunit.result.cache |
| 10 | + /.fleet |
| 11 | + /.idea |
| 12 | + /.vscode |
| 13 | +diff --git a/CHANGELOG.md b/CHANGELOG.md |
| 14 | +index a08dfc8a..6810ce1b 100644 |
| 15 | +--- a/CHANGELOG.md |
| 16 | ++++ b/CHANGELOG.md |
| 17 | +@@ -1,7 +1,7 @@ |
| 18 | + # Release Notes |
| 19 | + |
| 20 | +-## [Unreleased](https://github.com/laravel/laravel/compare/v9.5.1...10.x) |
| 21 | ++## [Unreleased](https://github.com/laravel/laravel/compare/v10.0.0...10.x) |
| 22 | + |
| 23 | +-## [v10.0.0 (2022-02-07)](https://github.com/laravel/laravel/compare/v9.5.1...10.x) |
| 24 | ++## [v10.0.0 (2022-02-14)](https://github.com/laravel/laravel/compare/v9.5.2...v10.0.0) |
| 25 | + |
| 26 | + Laravel 10 includes a variety of changes to the application skeleton. Please consult the diff to see what's new. |
| 27 | +diff --git a/composer.json b/composer.json |
| 28 | +index 5b40f87c..4958668f 100644 |
| 29 | +--- a/composer.json |
| 30 | ++++ b/composer.json |
| 31 | +@@ -48,9 +48,6 @@ |
| 32 | + ] |
| 33 | + }, |
| 34 | + "extra": { |
| 35 | +- "branch-alias": { |
| 36 | +- "dev-master": "10.x-dev" |
| 37 | +- }, |
| 38 | + "laravel": { |
| 39 | + "dont-discover": [] |
| 40 | + } |
| 41 | +@@ -60,7 +57,8 @@ |
| 42 | + "preferred-install": "dist", |
| 43 | + "sort-packages": true, |
| 44 | + "allow-plugins": { |
| 45 | +- "pestphp/pest-plugin": true |
| 46 | ++ "pestphp/pest-plugin": true, |
| 47 | ++ "php-http/discovery": true |
| 48 | + } |
| 49 | + }, |
| 50 | + "minimum-stability": "stable", |
| 51 | +diff --git a/config/mail.php b/config/mail.php |
| 52 | +index 049052ff..275a3c64 100644 |
| 53 | +--- a/config/mail.php |
| 54 | ++++ b/config/mail.php |
| 55 | +@@ -28,7 +28,7 @@ return [ |
| 56 | + | sending an e-mail. You will specify which one you are using for your |
| 57 | + | mailers below. You are free to add additional mailers as required. |
| 58 | + | |
| 59 | +- | Supported: "smtp", "sendmail", "mailgun", "ses", |
| 60 | ++ | Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2" |
| 61 | + | "postmark", "log", "array", "failover" |
| 62 | + | |
| 63 | + */ |
0 commit comments