laravel/framework v10.20.0
https://github.com/laravel/framework/releases/tag/v10.20.0
createOrFirstメソッドを追加しました。by @tonysm in https://github.com/laravel/framework/pull/47973SoftDeletesモデルがなくてもMorphToリレーションシップでwithTrashed()、withoutTrashed()、onlyTrashed()を利用できるようにしました。by @crynobone in https://github.com/laravel/framework/pull/47880Illuminate\Support\Composerのメソッドの可視性が間違っていた問題を修正し、ユニットテストを追加しました。by @crynobone in https://github.com/laravel/framework/pull/48104hasPackageメソッドを追加しました。by @emargareten in https://github.com/laravel/framework/pull/48124assertJsonPathCanonicalizingメソッドを追加しました。by @gdebrauwer in https://github.com/laravel/framework/pull/48117whereビルダーメソッドの値としてサブクエリを指定できるようにサポートしました。by @gdebrauwer in https://github.com/laravel/framework/pull/48116