laravel/framework v10.7.0
https://github.com/laravel/framework/releases/tag/v10.7.0
### 追加された機能
- アプリがバインドされていない場合に `Illuminate/Foundation/Testing/WithFaker` の使用を許可するようになりました。 ([#46529](https://github.com/laravel/framework/pull/46529))
- Event::assertListening が呼び出し可能なイベントリスナーをチェックできるようになりました。 ([#46683](https://github.com/laravel/framework/pull/46683))
- `Illuminate/Process/Factory::pipe()` が追加されました。 ([#46527](https://github.com/laravel/framework/pull/46527))
- `Illuminate/Validation/Validator::setValue` が追加されました。 ([#46716](https://github.com/laravel/framework/pull/46716))
### 修正された問題
- Closure ジョブのための PHP 8.0 の修正が行われました。 ([#46505](https://github.com/laravel/framework/pull/46505))
- `Illuminate/Validation/ValidationData` で属性にスラッシュがある場合の preg_split エラーが修正されました。 ([#46549](https://github.com/laravel/framework/pull/46549))
- Cache::spy が Cache::get と互換性がない問題が修正されました。 ([#46689](https://github.com/laravel/framework/pull/46689))
- server コマンド: 無効な $requestPort で server の出力が閉じられる問題が修正されました。 ([#46726](https://github.com/laravel/framework/pull/46726))
- JoinClause インスタンスでない場合のネストされた join の修正が行われました。 ([#46712](https://github.com/laravel/framework/pull/46712))
- Carbon 日付期間を使用したクエリビルダの whereBetween メソッドの修正が行われました。 ([#46720](https://github.com/laravel/framework/pull/46720))
### 変更された内容
- `Illuminate/Routing/PendingSingletonResourceRegistration` の `creatable()` / `destroyable()` メソッドの不要なパラメータが削除されました。 ([#46677](https://github.com/laravel/framework/pull/46677))
- 未処理の例外に対して非ゼロの終了コードを返すように変更されました。 ([#46541](https://github.com/laravel/framework/pull/46541))
#laravel