https://github.com/laravel/laravel/releases/tag/v11.0.4
Laravelの次のリリースノートの要約は以下の通りです。
envヘルパーから不要なnullパラメータが削除されました。これはcache.phpとqueue.phpの両方に適用され、@siarheipashkevichによって行われました(https://github.com/laravel/laravel/pull/6374、https://github.com/laravel/laravel/pull/6373)。retry_afterが整数であるように修正されました。この修正は@driesvintsによって行われました(https://github.com/laravel/laravel/pull/6377)。