==== laravel/framework v10.13.3 https://github.com/laravel/framework/releases/tag/v10.13.3 ## 変更点 * [10.x] `CastsAttributes`の`$attributes`の配列タイプを絞り込むように@devfreyが変更 https://github.com/laravel/framework/pull/47365 * [10.x] `assertViewHasAll`メソッドのテストを追加するように@milwad-devが変更 https://github.com/laravel/framework/pull/47366 * [10.x] `schedule:list`が名前付きジョブを表示するように@liamkeilyが修正 https://github.com/laravel/framework/pull/47367 * [10.x] `NestedRules`内で`ConditionalRules`をサポートするように@cosmastechが変更 https://github.com/laravel/framework/pull/47344 * [10.x] テストの修正を@stevebaumanが行いました https://github.com/laravel/framework/pull/47369 * [10.x] `queue:clear`コマンドの出力に複数形のタイポがあったため、@sebsobsebが修正 https://github.com/laravel/framework/pull/47376 * [10.x] `getForeignKeyFrom`メソッドを追加するように@iamgergoが変更 https://github.com/laravel/framework/pull/47378 * [10.x] `ThrottleRequests`ミドルウェアに`shouldHashKeys`を追加するように@fosronが変更 https://github.com/laravel/framework/pull/47368 ## 新しい貢献者 * @sebsobsebが初めての貢献を行いました https://github.com/laravel/framework/pull/47376 * @fosronが初めての貢献を行いました https://github.com/laravel/framework/pull/47368 **完全な変更履歴**: https://github.com/laravel/framework/compare/v10.13.2...v10.13.3 #laravel