laravel/framework v10.16.0
https://github.com/laravel/framework/releases/tag/v10.16.0
schedule:listコマンドでサブミニットタスクの表示を改善しました。 by @jessarcher in https://github.com/laravel/framework/pull/47720assertHasSubjectでrenderForAssertionsを呼び出すようにしました。 by @ttrig in https://github.com/laravel/framework/pull/47728schedule:listコマンドのテストが不足していたため、追加しました。 by @xiCO2k in https://github.com/laravel/framework/pull/47787Str::replaceの戻り値の型を修正しました。 by @datlechin in https://github.com/laravel/framework/pull/47779VendorPublishCommandで未使用の変数を削除しました。 by @hungthai1401 in https://github.com/laravel/framework/pull/47817MigrateCommandで未使用の変数を削除しました。 by @sangnguyenplus in https://github.com/laravel/framework/pull/47816BackedEnumをサポートするようにしました。 by @osbre in https://github.com/laravel/framework/pull/47823