mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
1.1 KiB
1.1 KiB
Release Notes
Unreleased
v10.0.3 - 2023-02-21
- Remove redundant
@return
docblock in UserFactory by @datlechin in https://github.com/laravel/laravel/pull/6119 - Reverts change in asset helper by @timacdonald in https://github.com/laravel/laravel/pull/6122
v10.0.2 - 2023-02-16
- Remove unneeded call by @taylorotwell in
3986d4c540
v10.0.1 - 2023-02-15
- Add PHPUnit result cache to gitignore by @itxshakil in https://github.com/laravel/laravel/pull/6105
- Allow php-http/discovery as a composer plugin by @nicolas-grekas in https://github.com/laravel/laravel/pull/6106
v10.0.0 (2022-02-14)
Laravel 10 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.