Open renovate[bot] opened 7 months ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Command failed: composer update laravel/framework:11.0.3 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency guzzlehttp/guzzle is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires nunomaduro/collision ^8.0, found nunomaduro/collision[v8.0.0, v8.0.1, v8.1.0, v8.1.1] but the package is fixed to v7.10.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Problem 2
- Root composer.json requires laravel/framework ^11.0 -> satisfiable by laravel/framework[v11.0.3].
- laravel/framework v11.0.3 requires nunomaduro/termwind ^2.0 -> found nunomaduro/termwind[v2.0.0, v2.0.1] but these were not loaded, likely because it conflicts with another require.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
This PR contains the following updates:
^10.10
->^11.0
Release Notes
laravel/framework (laravel/framework)
### [`v11.21.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11210---2024-08-20) [Compare Source](https://togithub.com/laravel/framework/compare/v11.20.0...v11.21.0) - \[11.x] Test Improvements by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/52402](https://togithub.com/laravel/framework/pull/52402) - \[11.x] Fix docblock for the event dispatcher by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52411](https://togithub.com/laravel/framework/pull/52411) - \[11.x] fix: Update text email template by [@tranvanhieu01012002](https://togithub.com/tranvanhieu01012002) in [https://github.com/laravel/framework/pull/52417](https://togithub.com/laravel/framework/pull/52417) - \[11.x] Make `expectsChoice` assertion more intuitive with associative arrays. by [@jessarcher](https://togithub.com/jessarcher) in [https://github.com/laravel/framework/pull/52408](https://togithub.com/laravel/framework/pull/52408) - \[11.x] Add `resource()` method to Illuminate\Http\Client\Response by [@einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52412](https://togithub.com/laravel/framework/pull/52412) - \[10.x] fix: prevent casting empty string to array from triggering json error by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52415](https://togithub.com/laravel/framework/pull/52415) - \[11.x] Add ResponseInterface mixin to `Illuminate\Http\Client\Response` by [@einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52410](https://togithub.com/laravel/framework/pull/52410) - \[11.x] Don't touch BelongsTo relationship when it doesn't exist by [@patrickomeara](https://togithub.com/patrickomeara) in [https://github.com/laravel/framework/pull/52407](https://togithub.com/laravel/framework/pull/52407) - \[11.x] Fix `Factory::afterCreating` callable argument type by [@villfa](https://togithub.com/villfa) in [https://github.com/laravel/framework/pull/52424](https://togithub.com/laravel/framework/pull/52424) - \[11.x] Auto-secure cookies by [@fabricecw](https://togithub.com/fabricecw) in [https://github.com/laravel/framework/pull/52422](https://togithub.com/laravel/framework/pull/52422) - fix: add missing phpdoc types for Model::$table and Model::$dateFormat by [@taka-oyama](https://togithub.com/taka-oyama) in [https://github.com/laravel/framework/pull/52425](https://togithub.com/laravel/framework/pull/52425) - \[11.x] Add `withoutHeaders` method by [@milwad-dev](https://togithub.com/milwad-dev) in [https://github.com/laravel/framework/pull/52435](https://togithub.com/laravel/framework/pull/52435) - Checking availability before calling Log::flushSharedContext() method by [@ajaxray](https://togithub.com/ajaxray) in [https://github.com/laravel/framework/pull/52470](https://togithub.com/laravel/framework/pull/52470) - \[11.x] MessageBag errors out when custom rules are created and the class is left out of the message array by [@DanteB918](https://togithub.com/DanteB918) in [https://github.com/laravel/framework/pull/52451](https://togithub.com/laravel/framework/pull/52451) - Create Notification make command markdown name placeholder from Notif… by [@hosseinakbari-liefermia](https://togithub.com/hosseinakbari-liefermia) in [https://github.com/laravel/framework/pull/52465](https://togithub.com/laravel/framework/pull/52465) - \[11.x] Add `forceDestroy` to `SoftDeletes` by [@jasonmccreary](https://togithub.com/jasonmccreary) in [https://github.com/laravel/framework/pull/52432](https://togithub.com/laravel/framework/pull/52432) - Make SQLiteProcessor cope with '/' in column names by [@vroomfondle](https://togithub.com/vroomfondle) in [https://github.com/laravel/framework/pull/52490](https://togithub.com/laravel/framework/pull/52490) - \[11.x] Improve Cookie Testing Coverage by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/52472](https://togithub.com/laravel/framework/pull/52472) - \[11.x] Fix for [#52436](https://togithub.com/laravel/framework/issues/52436) artisan schema:dump infinite recursion by [@rust17](https://togithub.com/rust17) in [https://github.com/laravel/framework/pull/52492](https://togithub.com/laravel/framework/pull/52492) - Run prepareNestedBatches on append/prependToChain & chain by [@SabatinoMasala](https://togithub.com/SabatinoMasala) in [https://github.com/laravel/framework/pull/52486](https://togithub.com/laravel/framework/pull/52486) - \[11.x] Enhance DB inspection commands by [@hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/52501](https://togithub.com/laravel/framework/pull/52501) - \[11.x] Constrain key when asserting database has a model by [@patrickomeara](https://togithub.com/patrickomeara) in [https://github.com/laravel/framework/pull/52464](https://togithub.com/laravel/framework/pull/52464) - Add `between` to `AssertableJson` by [@rudashi](https://togithub.com/rudashi) in [https://github.com/laravel/framework/pull/52479](https://togithub.com/laravel/framework/pull/52479) - \[11.x] Eager asset prefetching strategies for Vite by [@timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52462](https://togithub.com/laravel/framework/pull/52462) - \[11.x] Support attributes in `app()->call()` by [@innocenzi](https://togithub.com/innocenzi) in [https://github.com/laravel/framework/pull/52428](https://togithub.com/laravel/framework/pull/52428) - \[11.x] Applying `value` Function into the `$default` value of `transform` helper by [@devajmeireles](https://togithub.com/devajmeireles) in [https://github.com/laravel/framework/pull/52510](https://togithub.com/laravel/framework/pull/52510) - \[11.x] Enhanced typing for `HigherOrderCollectionProxy` by [@Voltra](https://togithub.com/Voltra) in [https://github.com/laravel/framework/pull/52484](https://togithub.com/laravel/framework/pull/52484) - \[11.x] Add `expectsSearch()` assertion for testing prompts that use `search()` and `multisearch()` functions by [@JayBizzle](https://togithub.com/JayBizzle) in [https://github.com/laravel/framework/pull/51669](https://togithub.com/laravel/framework/pull/51669) - \[11.x] revert [#52510](https://togithub.com/laravel/framework/issues/52510) which added a unneeded function call by [@rodrigopedra](https://togithub.com/rodrigopedra) in [https://github.com/laravel/framework/pull/52526](https://togithub.com/laravel/framework/pull/52526) ### [`v11.20.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11200---2024-08-06) [Compare Source](https://togithub.com/laravel/framework/compare/v11.19.0...v11.20.0) - Update testcase for `whereNone` method by [@einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52351](https://togithub.com/laravel/framework/pull/52351) - Improve `Lock->block` method by [@RedmarBakker](https://togithub.com/RedmarBakker) in [https://github.com/laravel/framework/pull/52349](https://togithub.com/laravel/framework/pull/52349) - \[11.x] Use correct pluralization rules in trans_choice for fallback strings by [@stefanvdlugt](https://togithub.com/stefanvdlugt) in [https://github.com/laravel/framework/pull/52343](https://togithub.com/laravel/framework/pull/52343) - \[11.x] Replace dead link in Security Policy by [@Jubeki](https://togithub.com/Jubeki) in [https://github.com/laravel/framework/pull/52338](https://togithub.com/laravel/framework/pull/52338) - Add compatible query type to `Model::resolveRouteBindingQuery` by [@sebj54](https://togithub.com/sebj54) in [https://github.com/laravel/framework/pull/52339](https://togithub.com/laravel/framework/pull/52339) - \[10.x] Fix `Factory::afterCreating` callable argument type by [@villfa](https://togithub.com/villfa) in [https://github.com/laravel/framework/pull/52335](https://togithub.com/laravel/framework/pull/52335) - \[11.x] Remove undefined class PreventRequestsDuringMaintenance by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52322](https://togithub.com/laravel/framework/pull/52322) - \[11.x] Add middleware before sending request and dispatching events by [@eduance](https://togithub.com/eduance) in [https://github.com/laravel/framework/pull/52323](https://togithub.com/laravel/framework/pull/52323) - Add `collapseWithKeys` to `Collection` by [@jasonmccreary](https://togithub.com/jasonmccreary) in [https://github.com/laravel/framework/pull/52347](https://togithub.com/laravel/framework/pull/52347) - \[11.x] Inverse Fake Queue Interactions: `assertNotDeleted`, `assertNotFailed`, and `assertNotReleased` by [@gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52320](https://togithub.com/laravel/framework/pull/52320) - Add `deduplicate` to strings by [@jasonmccreary](https://togithub.com/jasonmccreary) in [https://github.com/laravel/framework/pull/52350](https://togithub.com/laravel/framework/pull/52350) - \[11.x] feat: make `Facade::isFake()` public by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52357](https://togithub.com/laravel/framework/pull/52357) - \[11.x] Ask about markdown template for notification command with no initial input by [@christophrumpel](https://togithub.com/christophrumpel) in [https://github.com/laravel/framework/pull/52355](https://togithub.com/laravel/framework/pull/52355) - \[11.x] allow custom view path when making components by [@browner12](https://togithub.com/browner12) in [https://github.com/laravel/framework/pull/52219](https://togithub.com/laravel/framework/pull/52219) - \[11.x] chore: update to PHPStan Level 1 by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/51956](https://togithub.com/laravel/framework/pull/51956) - \[11.x] Support passing default as named parameter in whenLoaded, whenAggregated, whenCounted by [@hn-seoai](https://togithub.com/hn-seoai) in [https://github.com/laravel/framework/pull/51342](https://togithub.com/laravel/framework/pull/51342) - Declare exceptions unreportable using the ShouldntReport interface by [@chrispage1](https://togithub.com/chrispage1) in [https://github.com/laravel/framework/pull/52337](https://togithub.com/laravel/framework/pull/52337) - \[11.x] Enable extension of connection inspection methods by [@GromNaN](https://togithub.com/GromNaN) in [https://github.com/laravel/framework/pull/52231](https://togithub.com/laravel/framework/pull/52231) - \[11.x] Add `whenExistsLoaded` method to conditionally include relationship existence attribute by [@CodeWithKyrian](https://togithub.com/CodeWithKyrian) in [https://github.com/laravel/framework/pull/52295](https://togithub.com/laravel/framework/pull/52295) - \[11.x] Add `in()` and `inHidden()` functions to Context Stacks by [@lessevv](https://togithub.com/lessevv) in [https://github.com/laravel/framework/pull/52346](https://togithub.com/laravel/framework/pull/52346) - \[11.x] Use Command::fail() method for single error messages by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52387](https://togithub.com/laravel/framework/pull/52387) - \[11.x] Rework `Context::stackContains` with Closures. by [@timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52381](https://togithub.com/laravel/framework/pull/52381) - \[11.x] Allow enums to be passed to AssertableJson where methods by [@patrickomeara](https://togithub.com/patrickomeara) in [https://github.com/laravel/framework/pull/52360](https://togithub.com/laravel/framework/pull/52360) - \[11.x] Made `list` validation rule as array for "size rules" in validation messages by [@siarheipashkevich](https://togithub.com/siarheipashkevich) in [https://github.com/laravel/framework/pull/52385](https://togithub.com/laravel/framework/pull/52385) - \[11.x] Add contextual attributes to resolve drivers by [@ziadoz](https://togithub.com/ziadoz) in [https://github.com/laravel/framework/pull/52265](https://togithub.com/laravel/framework/pull/52265) - \[11.x] Fix docblocks for where(All|Any|None) query methods by [@einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52388](https://togithub.com/laravel/framework/pull/52388) - \[10.x] backport [#52204](https://togithub.com/laravel/framework/issues/52204) by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52389](https://togithub.com/laravel/framework/pull/52389) - \[11.x] Fix Http Client Pool requests that have no response by [@andrewbroberg](https://togithub.com/andrewbroberg) in [https://github.com/laravel/framework/pull/52393](https://togithub.com/laravel/framework/pull/52393) - \[11.x] Introduce MixFileNotFoundException for handling missing Mix files by [@Ex10Dios](https://togithub.com/Ex10Dios) in [https://github.com/laravel/framework/pull/52400](https://togithub.com/laravel/framework/pull/52400) - \[10.x] In MySQL, harvest last insert ID immediately after query is executed by [@piurafunk](https://togithub.com/piurafunk) in [https://github.com/laravel/framework/pull/52390](https://togithub.com/laravel/framework/pull/52390) ### [`v11.19.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11190---2024-07-30) [Compare Source](https://togithub.com/laravel/framework/compare/v11.18.1...v11.19.0) - fix [@return](https://togithub.com/return) typehint in Illuminate\Contracts\Process\InvokedProcess::wait method by [@mdmahbubhelal](https://togithub.com/mdmahbubhelal) in [https://github.com/laravel/framework/pull/52304](https://togithub.com/laravel/framework/pull/52304) - \[11.x] Add php doc for ServiceProvider bindings and singletons properties by [@Anton5360](https://togithub.com/Anton5360) in [https://github.com/laravel/framework/pull/52298](https://togithub.com/laravel/framework/pull/52298) - \[10.x] backport [#52188](https://togithub.com/laravel/framework/issues/52188) by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52293](https://togithub.com/laravel/framework/pull/52293) - Update docblock to accept an Expression for whereLike methods by [@patrickomeara](https://togithub.com/patrickomeara) in [https://github.com/laravel/framework/pull/52299](https://togithub.com/laravel/framework/pull/52299) - \[11.x] Fix Bcrypt/Argon/Argon2I Hashers not checking database field for nullish value before checking hash compatibility by [@localpath](https://togithub.com/localpath) in [https://github.com/laravel/framework/pull/52297](https://togithub.com/laravel/framework/pull/52297) - \[11.x] Method to trim '0' digits after decimal point of a given number by [@gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52284](https://togithub.com/laravel/framework/pull/52284) - \[11.x] Add `whereNone` method to the query builder by [@einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52260](https://togithub.com/laravel/framework/pull/52260) - \[11.x] Fix flat array parameter for relation upsert by [@iamgergo](https://togithub.com/iamgergo) in [https://github.com/laravel/framework/pull/52289](https://togithub.com/laravel/framework/pull/52289) - \[11.x] `assertSeeHtml`, `assertDontSeeHtml` and `assertSeeHtmlInOrder` testing methods by [@gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52285](https://togithub.com/laravel/framework/pull/52285) - \[11.x] Fully qualify morph columns when using WHERE clauses by [@maartenpaauw](https://togithub.com/maartenpaauw) in [https://github.com/laravel/framework/pull/52227](https://togithub.com/laravel/framework/pull/52227) - \[10.x] Fix runPaginationCountQuery not working properly for union queries by [@chinleung](https://togithub.com/chinleung) in [https://github.com/laravel/framework/pull/52314](https://togithub.com/laravel/framework/pull/52314) - \[11.x] Add `assertExactJsonStructure` method by [@gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52311](https://togithub.com/laravel/framework/pull/52311) - \[11.x] Add `withoutHeader()` test method by [@gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52309](https://togithub.com/laravel/framework/pull/52309) - \[11.x] Widen typehints in base service provider by [@devfrey](https://togithub.com/devfrey) in [https://github.com/laravel/framework/pull/52308](https://togithub.com/laravel/framework/pull/52308) - \[11.X] "Model::preventAccessingMissingAttributes()" Causes Exception During Pagination with ResourceCollection by [@Katalam](https://togithub.com/Katalam) in [https://github.com/laravel/framework/pull/52305](https://togithub.com/laravel/framework/pull/52305) - \[11.x] Fixes through() relationship by [@leobeal](https://togithub.com/leobeal) in [https://github.com/laravel/framework/pull/52318](https://togithub.com/laravel/framework/pull/52318) - \[11.x] Add new `success` Method to the Docblock of `Illuminate\Console\View\Components\Factory` by [@devajmeireles](https://togithub.com/devajmeireles) in [https://github.com/laravel/framework/pull/52310](https://togithub.com/laravel/framework/pull/52310) - \[11.x] Fix tests in wrong file by [@christophrumpel](https://togithub.com/christophrumpel) in [https://github.com/laravel/framework/pull/52329](https://togithub.com/laravel/framework/pull/52329) ### [`v11.18.1`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11181---2024-07-26) [Compare Source](https://togithub.com/laravel/framework/compare/v11.18.0...v11.18.1) - \[11.x] Fix variable typo at Terminating Event test by [@chu121su12](https://togithub.com/chu121su12) in [https://github.com/laravel/framework/pull/52282](https://togithub.com/laravel/framework/pull/52282) - Revert "\[11.x] Declare bindings and singletons properties in Service Provider" by [@driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/52288](https://togithub.com/laravel/framework/pull/52288) ### [`v11.18.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11180---2024-07-26) [Compare Source](https://togithub.com/laravel/framework/compare/v11.17.0...v11.18.0) - Added completeWords flag to limit str method by [@itsmewes](https://togithub.com/itsmewes) in [https://github.com/laravel/framework/pull/52245](https://togithub.com/laravel/framework/pull/52245) - \[11.x] Fix missing \* in phpdoc by [@pb30](https://togithub.com/pb30) in [https://github.com/laravel/framework/pull/52277](https://togithub.com/laravel/framework/pull/52277) - \[11.x] Fix SQLite schema dumps missing most tables by [@bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52275](https://togithub.com/laravel/framework/pull/52275) - \[11.x] Access dispatchedBatches via BusFake by [@gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52270](https://togithub.com/laravel/framework/pull/52270) - \[11.x] Adds terminating event by [@timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52259](https://togithub.com/laravel/framework/pull/52259) - \[11.x] Declare bindings and singletons properties in Service Provider by [@Anton5360](https://togithub.com/Anton5360) in [https://github.com/laravel/framework/pull/52256](https://togithub.com/laravel/framework/pull/52256) - \[11.x] Fix explicit route binding for broadcast routes by [@ccharz](https://togithub.com/ccharz) in [https://github.com/laravel/framework/pull/52280](https://togithub.com/laravel/framework/pull/52280) - Revert "\[11.x] Allow non-`ContextualAttribute` attributes to have an `after` callback" by [@taylorotwell](https://togithub.com/taylorotwell) in [https://github.com/laravel/framework/pull/52281](https://togithub.com/laravel/framework/pull/52281) - \[11.x] Apply relation constraitns on upsert by [@iamgergo](https://togithub.com/iamgergo) in [https://github.com/laravel/framework/pull/52239](https://togithub.com/laravel/framework/pull/52239) ### [`v11.17.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11170---2024-07-23) [Compare Source](https://togithub.com/laravel/framework/compare/v11.16.0...v11.17.0) - \[10.x] Fix PHP_CLI_SERVER_WORKERS warning by suppressing it by [@pelomedusa](https://togithub.com/pelomedusa) in [https://github.com/laravel/framework/pull/52094](https://togithub.com/laravel/framework/pull/52094) - \[11.x] Use `Command::FAILURE` for `db:wipe` command by [@siarheipashkevich](https://togithub.com/siarheipashkevich) in [https://github.com/laravel/framework/pull/52152](https://togithub.com/laravel/framework/pull/52152) - \[11.x] Update outdated config files by [@TENIOS](https://togithub.com/TENIOS) in [https://github.com/laravel/framework/pull/52150](https://togithub.com/laravel/framework/pull/52150) - \[11.x] Fix 'pushProcessor method not found on LoggerInterface' error by [@cosmastech](https://togithub.com/cosmastech) in [https://github.com/laravel/framework/pull/52117](https://togithub.com/laravel/framework/pull/52117) - \[11.x] Use `Command::FAILURE` for `migrate:fresh` command by [@siarheipashkevich](https://togithub.com/siarheipashkevich) in [https://github.com/laravel/framework/pull/52153](https://togithub.com/laravel/framework/pull/52153) - Improve accuracy of `Collection::isEmpty` and `isNotEmpty` assertions by [@spawnia](https://togithub.com/spawnia) in [https://github.com/laravel/framework/pull/52184](https://togithub.com/laravel/framework/pull/52184) - \[11.x] Fix return for ApplicationBuilder:: withCommandRouting method by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52181](https://togithub.com/laravel/framework/pull/52181) - \[11.x] Refactor: Replace get_called_class() with static::class for consistency by [@fernandokbs](https://togithub.com/fernandokbs) in [https://github.com/laravel/framework/pull/52173](https://togithub.com/laravel/framework/pull/52173) - \[11.x] Improve readability of SQLite schema dumps by [@bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52172](https://togithub.com/laravel/framework/pull/52172) - \[11.x] Allow non-`ContextualAttribute` attributes to have an `after` callback by [@innocenzi](https://togithub.com/innocenzi) in [https://github.com/laravel/framework/pull/52167](https://togithub.com/laravel/framework/pull/52167) - \[11.x] Ignoring column definitions when determining if a blueprint has a create command by [@kingsven](https://togithub.com/kingsven) in [https://github.com/laravel/framework/pull/52177](https://togithub.com/laravel/framework/pull/52177) - Add specify exceptions for exceptions handling the vite manifest file by [@SamuelWei](https://togithub.com/SamuelWei) in [https://github.com/laravel/framework/pull/52169](https://togithub.com/laravel/framework/pull/52169) - \[11.x] fix: Model newCollection generics; feat: add HasCollection trait by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52171](https://togithub.com/laravel/framework/pull/52171) - Add whereLike clause to query builder by [@einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52147](https://togithub.com/laravel/framework/pull/52147) - \[11.x] Implement HasV7Uuids to use with MariaDB native uuid data type by [@Karem-sobhy](https://togithub.com/Karem-sobhy) in [https://github.com/laravel/framework/pull/52029](https://togithub.com/laravel/framework/pull/52029) - \[11.x] Rename `Model::$collection` to `$collectionClass` by [@GromNaN](https://togithub.com/GromNaN) in [https://github.com/laravel/framework/pull/52186](https://togithub.com/laravel/framework/pull/52186) - \[11.x] Allow microsecond travel by [@timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52190](https://togithub.com/laravel/framework/pull/52190) - \[11.x] fix: Model/JsonResource::toJson should not fail with prior json errors by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52188](https://togithub.com/laravel/framework/pull/52188) - \[11.x] Fix SQL Server tests by [@hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/52222](https://togithub.com/laravel/framework/pull/52222) - \[11.x] Inspect exception of assertThrows by [@gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52224](https://togithub.com/laravel/framework/pull/52224) - \[10.x] Backport [#51615](https://togithub.com/laravel/framework/issues/51615) by [@GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/laravel/framework/pull/52215](https://togithub.com/laravel/framework/pull/52215) - \[11.x] fix: Request::json() json errors when decoding empty string by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52204](https://togithub.com/laravel/framework/pull/52204) - \[11.x] Reduce the number of queries with `Cache::many` and `Cache::putMany` methods in the database driver by [@tonysm](https://togithub.com/tonysm) in [https://github.com/laravel/framework/pull/52209](https://togithub.com/laravel/framework/pull/52209) - Add method `QueryExecuted::toRawSql()` by [@spawnia](https://togithub.com/spawnia) in [https://github.com/laravel/framework/pull/52192](https://togithub.com/laravel/framework/pull/52192) - \[11.x] Support lower version of Carbon by [@timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52233](https://togithub.com/laravel/framework/pull/52233) - \[11.x] Prevent bug (🐛) emoji on `Collection`/`Dumpable` `dd` method by [@jessarcher](https://togithub.com/jessarcher) in [https://github.com/laravel/framework/pull/52234](https://togithub.com/laravel/framework/pull/52234) ### [`v11.16.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11160---2024-07-16) [Compare Source](https://togithub.com/laravel/framework/compare/v11.15.0...v11.16.0) - \[11.x] Fix expected/actual argument order for test assertion by [@riesjart](https://togithub.com/riesjart) in [https://github.com/laravel/framework/pull/52084](https://togithub.com/laravel/framework/pull/52084) - \[11.x] Fix Moving Files in Sorted Order in vendor:publish by [@lmottasin](https://togithub.com/lmottasin) in [https://github.com/laravel/framework/pull/52078](https://togithub.com/laravel/framework/pull/52078) - \[11.x] Fix docblock for \Illuminate\Validation\ClosureValidationRule::message() by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52077](https://togithub.com/laravel/framework/pull/52077) - \[11.x] Allow passing Enum casts to `Rule::enum()->only()` and `->except()` by [@bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52073](https://togithub.com/laravel/framework/pull/52073) - \[11.x] Include ConnectionException in ConnectionFailed events by [@alexbowers](https://togithub.com/alexbowers) in [https://github.com/laravel/framework/pull/52069](https://togithub.com/laravel/framework/pull/52069) - \[11.x] Document returned array shape for sync methods by [@devfrey](https://togithub.com/devfrey) in [https://github.com/laravel/framework/pull/52070](https://togithub.com/laravel/framework/pull/52070) - \[11.x] Add ability to configure SQLite `busy_timeout`, `journal_mode`, and `synchronous` pragmas by [@bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52052](https://togithub.com/laravel/framework/pull/52052) - \[11.x] Allow view content dependent mail callbacks by [@MaxTingle](https://togithub.com/MaxTingle) in [https://github.com/laravel/framework/pull/51990](https://togithub.com/laravel/framework/pull/51990) - Install Laravel Reverb version 1.0 instead of [@beta](https://togithub.com/beta) by [@lucasRolff](https://togithub.com/lucasRolff) in [https://github.com/laravel/framework/pull/52096](https://togithub.com/laravel/framework/pull/52096) - \[11.x] fix: dont use web middleware on health endpoint by [@joshmanders](https://togithub.com/joshmanders) in [https://github.com/laravel/framework/pull/52088](https://togithub.com/laravel/framework/pull/52088) - \[11.x] Add an option to replace configs recursively by [@felixbessler](https://togithub.com/felixbessler) in [https://github.com/laravel/framework/pull/52087](https://togithub.com/laravel/framework/pull/52087) - \[11.x] Fixes generator tests by [@buismaarten](https://togithub.com/buismaarten) in [https://github.com/laravel/framework/pull/52118](https://togithub.com/laravel/framework/pull/52118) - \[11.x] Test Improvements by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/52122](https://togithub.com/laravel/framework/pull/52122) - \[11.x] Fix SQLite schema dumps containing internal `sqlite_*` objects by [@bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52135](https://togithub.com/laravel/framework/pull/52135) - Fix typo in `` declaration by [@TENIOS](https://togithub.com/TENIOS) in [https://github.com/laravel/framework/pull/52134](https://togithub.com/laravel/framework/pull/52134) - \[11.x] fix: pluck generics by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52109](https://togithub.com/laravel/framework/pull/52109) - \[11.x] Include 'success' console component by [@lewislarsen](https://togithub.com/lewislarsen) in [https://github.com/laravel/framework/pull/52112](https://togithub.com/laravel/framework/pull/52112) - \[11.x] Fix dumping migrations table with schema or prefixed name by [@hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/52098](https://togithub.com/laravel/framework/pull/52098) - Add `assertSentTo` shorthand by [@jasonmccreary](https://togithub.com/jasonmccreary) in [https://github.com/laravel/framework/pull/52083](https://togithub.com/laravel/framework/pull/52083) - \[11.x] Test Improvements by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/52139](https://togithub.com/laravel/framework/pull/52139) - \[11.x] Update the docblock for the constructor of the FileFailedJobProvider class by [@kevinb1989](https://togithub.com/kevinb1989) in [https://github.com/laravel/framework/pull/52149](https://togithub.com/laravel/framework/pull/52149) - \[11.x] Update the docblock for the explode method of the Stringable class. by [@kevinb1989](https://togithub.com/kevinb1989) in [https://github.com/laravel/framework/pull/52148](https://togithub.com/laravel/framework/pull/52148) - Refactor PHPStan configurations by [@TENIOS](https://togithub.com/TENIOS) in [https://github.com/laravel/framework/pull/52145](https://togithub.com/laravel/framework/pull/52145) - \[11.x] Fix docblock for RoutingServiceProvider by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52144](https://togithub.com/laravel/framework/pull/52144) ### [`v11.15.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11150---2024-07-09) [Compare Source](https://togithub.com/laravel/framework/compare/v11.14.0...v11.15.0) - \[10.x] Set previous exception on `HttpResponseException` by [@hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/51986](https://togithub.com/laravel/framework/pull/51986) - \[11.x] feat: add generics to Eloquent Builder and Relations by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/51851](https://togithub.com/laravel/framework/pull/51851) - add phpstan assertions to Collection isEmpty and isNotEmpty by [@johanrosenson](https://togithub.com/johanrosenson) in [https://github.com/laravel/framework/pull/51998](https://togithub.com/laravel/framework/pull/51998) - \[11.x] Add support for mime types in Resend mail transport by [@jayanratna](https://togithub.com/jayanratna) in [https://github.com/laravel/framework/pull/52006](https://togithub.com/laravel/framework/pull/52006) - \[11.x] feat: add virtual methods to SoftDeletes trait by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52001](https://togithub.com/laravel/framework/pull/52001) - \[11.x] Fix service container docblock by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52000](https://togithub.com/laravel/framework/pull/52000) - \[10.x] Fix Http::retry so that throw is respected for call signature Http::retry(\[1,2], throw: false) by [@paulyoungnb](https://togithub.com/paulyoungnb) in [https://github.com/laravel/framework/pull/52002](https://togithub.com/laravel/framework/pull/52002) - \[10.x] Set application_name and character set as PostgreSQL DSN string by [@sunaoka](https://togithub.com/sunaoka) in [https://github.com/laravel/framework/pull/51985](https://togithub.com/laravel/framework/pull/51985) - \[11.x] Fix GeneratorCommand docblock by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52014](https://togithub.com/laravel/framework/pull/52014) - \[11.x] Enhance database migrations by [@hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/51373](https://togithub.com/laravel/framework/pull/51373) - \[11.x] Run MySQL 9 Database Integration Tests nightly by [@Jubeki](https://togithub.com/Jubeki) in [https://github.com/laravel/framework/pull/52027](https://togithub.com/laravel/framework/pull/52027) - \[11.x] Enhance doc blocks of the Migrator class by [@imanghafoori1](https://togithub.com/imanghafoori1) in [https://github.com/laravel/framework/pull/52033](https://togithub.com/laravel/framework/pull/52033) - \[11.x] Use nullsafe operator for event dispatcher by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52024](https://togithub.com/laravel/framework/pull/52024) - \[11.x] Fix PasswordBroker constructor docblock by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52023](https://togithub.com/laravel/framework/pull/52023) - \[11.x] Add test `testMultiplyIsLazy` to ensure LazyCollection's `multiply` method's lazy behaviour by [@lmottasin](https://togithub.com/lmottasin) in [https://github.com/laravel/framework/pull/52020](https://togithub.com/laravel/framework/pull/52020) - \[11.x] Allow `MultipleInstanceManager` to have studly creators by [@cosmastech](https://togithub.com/cosmastech) in [https://github.com/laravel/framework/pull/52030](https://togithub.com/laravel/framework/pull/52030) - \[11.x] Adds `$config` property to `MultipleInstanceManager` by [@cosmastech](https://togithub.com/cosmastech) in [https://github.com/laravel/framework/pull/52028](https://togithub.com/laravel/framework/pull/52028) - \[11.x] fix: findOr and firstOr generics by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52037](https://togithub.com/laravel/framework/pull/52037) - \[11.x] Make `Router` `Tappable` by [@mabdullahsari](https://togithub.com/mabdullahsari) in [https://github.com/laravel/framework/pull/52051](https://togithub.com/laravel/framework/pull/52051) - \[11.x] feat: improve Factory generics, add generics to HasFactory by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52005](https://togithub.com/laravel/framework/pull/52005) - \[11.x] Ask About View Next To Name For Create Mail Command by [@christophrumpel](https://togithub.com/christophrumpel) in [https://github.com/laravel/framework/pull/52057](https://togithub.com/laravel/framework/pull/52057) - \[11.x] Added [@throws](https://togithub.com/throws) docblock for `block` method for `LockTimeoutException` by [@siarheipashkevich](https://togithub.com/siarheipashkevich) in [https://github.com/laravel/framework/pull/52063](https://togithub.com/laravel/framework/pull/52063) ### [`v11.14.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11140---2024-07-02) [Compare Source](https://togithub.com/laravel/framework/compare/v11.13.0...v11.14.0) - Adding Pest stubs to publish command by [@bartdenhoed](https://togithub.com/bartdenhoed) in [https://github.com/laravel/framework/pull/51933](https://togithub.com/laravel/framework/pull/51933) - \[11.x] Added attempts() method to FakeJob by [@JamesFreeman](https://togithub.com/JamesFreeman) in [https://github.com/laravel/framework/pull/51951](https://togithub.com/laravel/framework/pull/51951) - \[11.x] Run all Workflows on Ubuntu 24.04 by [@Jubeki](https://togithub.com/Jubeki) in [https://github.com/laravel/framework/pull/51946](https://togithub.com/laravel/framework/pull/51946) - \[11.x] Improve PHPDoc for `mapSpread` Method in `Arr` Class & Remove Warning from IDE by [@lmottasin](https://togithub.com/lmottasin) in [https://github.com/laravel/framework/pull/51952](https://togithub.com/laravel/framework/pull/51952) - Bump braces from 3.0.2 to 3.0.3 in /src/Illuminate/Foundation/resources/exceptions/renderer by [@dependabot](https://togithub.com/dependabot) in [https://github.com/laravel/framework/pull/51955](https://togithub.com/laravel/framework/pull/51955) - \[11.x] Remove unreachable code in AssertableJsonString by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51943](https://togithub.com/laravel/framework/pull/51943) - \[11.x] Fix TestResponseAssert docblock by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51942](https://togithub.com/laravel/framework/pull/51942) - \[11.x] feat: add more specific types and tests for helpers by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/51938](https://togithub.com/laravel/framework/pull/51938) - \[11.x] Mark sensitive params with `SensitiveParameter` attribute by [@onlime](https://togithub.com/onlime) in [https://github.com/laravel/framework/pull/51940](https://togithub.com/laravel/framework/pull/51940) - \[11.x] Adds support for Markdown extensions to the `Stringable` class. by [@lukeraymonddowning](https://togithub.com/lukeraymonddowning) in [https://github.com/laravel/framework/pull/51932](https://togithub.com/laravel/framework/pull/51932) - \[11.x] Add secret method declaration to Components\Factory class by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51949](https://togithub.com/laravel/framework/pull/51949) - \[11.x] Run Workflows on Windows 2022 and with bash instead of powershell by [@Jubeki](https://togithub.com/Jubeki) in [https://github.com/laravel/framework/pull/51958](https://togithub.com/laravel/framework/pull/51958) - \[11.x] Fix duplicated return type PHPDoc by [@chu121su12](https://togithub.com/chu121su12) in [https://github.com/laravel/framework/pull/51965](https://togithub.com/laravel/framework/pull/51965) - \[11.x] Fix test failure message by [@nshiro](https://togithub.com/nshiro) in [https://github.com/laravel/framework/pull/51974](https://togithub.com/laravel/framework/pull/51974) - \[11.x] Update tests to ensure mail Message implements the fluent interface pattern by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51969](https://togithub.com/laravel/framework/pull/51969) - \[11.x] Set previous exception on `HttpResponseException` by [@hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/51968](https://togithub.com/laravel/framework/pull/51968) - \[11.x] Fix typo in SupportCollectionTest by [@zbundy](https://togithub.com/zbundy) in [https://github.com/laravel/framework/pull/51966](https://togithub.com/laravel/framework/pull/51966) - \[11.x] Improvements for the ServeCommand (add more loves & elevate DX) by [@sethsandaru](https://togithub.com/sethsandaru) in [https://github.com/laravel/framework/pull/51957](https://togithub.com/laravel/framework/pull/51957) - \[11.x] Adds support for using castAsJson with a MariaDb connection by [@haniha](https://togithub.com/haniha) in [https://github.com/laravel/framework/pull/51963](https://togithub.com/laravel/framework/pull/51963) - \[11.x] Add support for acting on attributes through container by [@innocenzi](https://togithub.com/innocenzi) in [https://github.com/laravel/framework/pull/51934](https://togithub.com/laravel/framework/pull/51934) - \[11.x] Fix Component::resolveComponentsUsing test by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51988](https://togithub.com/laravel/framework/pull/51988) - \[11.x] Update composer.json files to provide PSR implementations by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51983](https://togithub.com/laravel/framework/pull/51983) - \[11.x] add queued closure type for soft delete events by [@hpiaia](https://togithub.com/hpiaia) in [https://github.com/laravel/framework/pull/51982](https://togithub.com/laravel/framework/pull/51982) - \[11.x] Fix using container nesting to make the same 'abstract' in different context by [@guiqibusixin](https://togithub.com/guiqibusixin) in [https://github.com/laravel/framework/pull/51989](https://togithub.com/laravel/framework/pull/51989) - \[11.x] Fix sync is running touch query twice by [@Tofandel](https://togithub.com/Tofandel) in [https://github.com/laravel/framework/pull/51984](https://togithub.com/laravel/framework/pull/51984) ### [`v11.13.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11130---2024-06-27) [Compare Source](https://togithub.com/laravel/framework/compare/v11.12.0...v11.13.0) - \[11.x] Add Support for Extensions in Str::markdown Method by [@tnylea](https://togithub.com/tnylea) in [https://github.com/laravel/framework/pull/51907](https://togithub.com/laravel/framework/pull/51907) - \[11.x] Update config:show command by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51902](https://togithub.com/laravel/framework/pull/51902) - \[11.x] Fix console prompt docblock by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51913](https://togithub.com/laravel/framework/pull/51913) - \[11.x] Fix prohibit docblock by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51916](https://togithub.com/laravel/framework/pull/51916) - \[11.x] Mark `$queue` as nullable by [@timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/51912](https://togithub.com/laravel/framework/pull/51912) - use `Macroable` trait on TokenGuard by [@imanghafoori1](https://togithub.com/imanghafoori1) in [https://github.com/laravel/framework/pull/51922](https://togithub.com/laravel/framework/pull/51922) - \[11.x] Update Command::fail() dockblock and tests by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51914](https://togithub.com/laravel/framework/pull/51914) - Revert and add test by [@jasonmccreary](https://togithub.com/jasonmccreary) in [https://github.com/laravel/framework/pull/51924](https://togithub.com/laravel/framework/pull/51924) - \[11.x] Display view creation messages by [@nshiro](https://togithub.com/nshiro) in [https://github.com/laravel/framework/pull/51925](https://togithub.com/laravel/framework/pull/51925) - \[11.x] Introduce `Str::chopStart` and `Str::chopEnd` by [@timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/51910](https://togithub.com/laravel/framework/pull/51910) - feat: Add Number::pairs by [@hotmeteor](https://togithub.com/hotmeteor) in [https://github.com/laravel/framework/pull/51904](https://togithub.com/laravel/framework/pull/51904) - \[11.x] Fixes escaping path via Process given commands as array by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/51926](https://togithub.com/laravel/framework/pull/51926) - \[11.x] Make MultipleInstanceManager driver field customizable by [@princejohnsantillan](https://togithub.com/princejohnsantillan) in [https://github.com/laravel/framework/pull/51905](https://togithub.com/laravel/framework/pull/51905) - \[11.x] Account for long strings on new Laravel error page by [@shengslogar](https://togithub.com/shengslogar) in [https://github.com/laravel/framework/pull/51880](https://togithub.com/laravel/framework/pull/51880) ### [`v11.12.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11120---2024-06-25) [Compare Source](https://togithub.com/laravel/framework/compare/v11.11.1...v11.12.0) - \[10.x] Fix typo in return comment of createSesTransport method by [@zds-s](https://togithub.com/zds-s) in [https://github.com/laravel/framework/pull/51688](https://togithub.com/laravel/framework/pull/51688) - \[10.x] Fix collection shift less than one item by [@faissaloux](https://togithub.com/faissaloux) in [https://github.com/laravel/framework/pull/51686](https://togithub.com/laravel/framework/pull/51686) - \[10.x] Turn `Enumerable unless()` $callback parameter optional by [@faissaloux](https://togithub.com/faissaloux) in [https://github.com/laravel/framework/pull/51701](https://togithub.com/laravel/framework/pull/51701) - Revert "\[10.x] Turn `Enumerable unless()` $callback parameter optional" by [@taylorotwell](https://togithub.com/taylorotwell) in [https://github.com/laravel/framework/pull/51707](https://togithub.com/laravel/framework/pull/51707) - \[10.x] Fixes unable to call another command as a initialized instance of `Command` class by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/51824](https://togithub.com/laravel/framework/pull/51824) - \[10.x] fix handle `shift()` on an empty collection by [@Treggats](https://togithub.com/Treggats) in [https://github.com/laravel/framework/pull/51841](https://togithub.com/laravel/framework/pull/51841) - \[10.x] Ensure`schema:dump` will dump the migrations table only if it exists by [@NickSdot](https://togithub.com/NickSdot) in [https://github.com/laravel/framework/pull/51827](https://togithub.com/laravel/framework/pull/51827) - \[11.x] Test Improvements by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/51847](https://togithub.com/laravel/framework/pull/51847) - \[11.x] Test application storage path by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51848](https://togithub.com/laravel/framework/pull/51848) - \[11.x] Fix PHP_MAXPATHLEN check for strings slightly smaller then PHP_MAXPATHLEN by [@joshuaruesweg](https://togithub.com/joshuaruesweg) in [https://github.com/laravel/framework/pull/51850](https://togithub.com/laravel/framework/pull/51850) - \[11.x] Improve Bus::assertNothingDispatched(), Event::assertNothingDispatched(), Mail::assertNothingSent(), Notification::assertNothingSent() error messages by [@macbookandrew](https://togithub.com/macbookandrew) in [https://github.com/laravel/framework/pull/51846](https://togithub.com/laravel/framework/pull/51846) - \[11.x] Update error page to show GETConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.