==== laravel/framework v10.20.0 https://github.com/laravel/framework/releases/tag/v10.20.0 * [10.x] リソースに値をマージする際にデフォルト値を許可するようにしました。by @axlon in https://github.com/laravel/framework/pull/48073 * [10.x] Eloquentに`createOrFirst`メソッドを追加しました。by @tonysm in https://github.com/laravel/framework/pull/47973 * [10.x] `SoftDeletes`モデルがなくても`MorphTo`リレーションシップで`withTrashed()`、`withoutTrashed()`、`onlyTrashed()`を利用できるようにしました。by @crynobone in https://github.com/laravel/framework/pull/47880 * [10.x] ドックブロックでリクエストのJSONデータをInputBagとしてマークしました。by @jnoordsij in https://github.com/laravel/framework/pull/48085 * [10.x] Markdown Mailables: カスタマイズする際にフッターとヘッダーを省略できるようにしました。by @jorisnoo in https://github.com/laravel/framework/pull/48080 * [10.x] EmailVerificationRequestの戻り値のドックブロックを更新しました。by @ahmedash95 in https://github.com/laravel/framework/pull/48087 * [10.x] 1stパーティパッケージから一般的に再利用可能なComposer関連のコマンドを追加しました。by @crynobone in https://github.com/laravel/framework/pull/48096 * [10.x] 単一のcallableを測定し、結果を取得する機能を追加しました。by @timacdonald in https://github.com/laravel/framework/pull/48077 * [10.x] `Illuminate\Support\Composer`のメソッドの可視性が間違っていた問題を修正し、ユニットテストを追加しました。by @crynobone in https://github.com/laravel/framework/pull/48104 * [10.x] 空の文字列をnullに変換するテストをスキップしました。by @hungthai1401 in https://github.com/laravel/framework/pull/48105 * [10.x] スキーマファイルにマイグレーションダンプを追加する際に、mysqldumpに完全な挿入を使用するようにしました。by @emulgeator in https://github.com/laravel/framework/pull/48126 * [10.x] Composerクラスに`hasPackage`メソッドを追加しました。by @emargareten in https://github.com/laravel/framework/pull/48124 * [10.x] `assertJsonPathCanonicalizing`メソッドを追加しました。by @gdebrauwer in https://github.com/laravel/framework/pull/48117 * [10.x] 環境変数を介してストレージパスを設定可能にしました。by @sl0wik in https://github.com/laravel/framework/pull/48115 * [10.x] `where`ビルダーメソッドの値としてサブクエリを指定できるようにサポートしました。by @gdebrauwer in https://github.com/laravel/framework/pull/48116 * [10.x] マイナーな調整を行いました。by @utsavsomaiya in https://github.com/laravel/framework/pull/48138 #laravel