13.x
Run all Tests on Ubuntu 24.04 (#51946)
Add `artisan dev` command (#60412)
Revert "Use Str::uuid()->toString() instead of (string) casts (#60995)" (#61028)
[9.x] Fix decimal cast, again (#45602)
Update facade docblocks
[13.x] Remove deprecated `StaticCallOnNonStaticToInstanceCallRector` fixer rule (#60670)
[13.x] Add ability to default queue by class type (#58094)
[13.x] Preserve queue resolution on queued mailables in MailFake (#61114)
Use new Stringable(...) instead of Str::of()/str() internally in the framework source (#60852)
Add .gitattributes to components (#40733)
aggregate service provider docblocks (#56968)
Add array value types to Support module docblocks (#59383)
Add overflow option to Carbon plus and minus (#59509)
Add missing @throws \JsonException annotations (#60514)
Fix DateFactory docblock type hints (#55244)
Use Collection only()/diff() instead of filter()/reject() with in_array() (#60945)
Fix incorrect type hint in EncodedHtmlString::convert() docblock (#60186)
Merge branch '13.x' into 12/merge-to-13
[13.x] Fix too narrow array-shape typehints where the first parameter is optional (#60553)
[12.x] remove `@return` docblocks on constructors (#55076)
Improve docblocks for nullable parameters (#56996)
fix conflicts
Revert "[5.9] Removed the md extension from LICENSE"
[13.x] Add conditional return types to several methods (#60586)
Improve custom driver binding (#59614)
Use strict string comparisons (#60805)
Apply fixes from StyleCI
revert: https://github.com/laravel/framework/pull/55939 (#55943)
[13.x] Enable additional Rector rules (#60854)
[12.x] Introduce `ComputesOnceableHashInterface` (#56009)
Fix incorrect type hint in Optional::offsetUnset() docblock (#60207)
[9.x] Remove unneeded uncountable words (#45802)
Avoid yoda-style comparisons within the codebase. (#41175)
Fix typo in Sleep::microsecond() PHPDoc comment (#60085)
[13.x] Restore array support in Str::substrReplace (#61105)
[13.x] Add `counted` method to `Str` and `Stringable` (#60649)
refactor: add _ to more readability (#58738)
clean up redundant type hints in docblocks (#56690)
Change count array comparison to empty array comparison to improve performance (#59688)
Add types to ViewErrorBag (#55329)
Revert "[13.x] Bump minimum versions (#61033)" (#61118)
support-floats-in-carboninterval-helpers (#58006)
Fix typo in preg_replace_array() PHPDoc comment (#60111)