Bump laravel/framework from 10.18.0 to 10.20.0 #210

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-10.20.0 into main
dependabot[bot] commented 2023-08-23 00:46:02 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.18.0 to 10.20.0.

Release notes

Sourced from laravel/framework's releases.

v10.20.0

v10.19.0

Changelog

Sourced from laravel/framework's changelog.

v10.20.0 - 2023-08-22

v10.19.0 - 2023-08-15

Commits
  • a655dca version
  • 89a9e2a minor:tweaks (#48138)
  • 54421e4 [10.x] Support providing subquery as value to where builder method (#48116)
  • 85ef845 [10.x] Configurable storage path via environment variable (#48115)
  • 4899c53 [10.x] Add assertJsonPathCanonicalizing method (#48117)
  • 66b8ac1 [10.x] Add hasPackage method to Composer class (#48124)
  • 00b3cae Using complete insert for mysqldump when appending migration dump to schema f...
  • 256f497 [10.x] Skip convert empty string to null test (#48105)
  • 81ae53f [10.x] Fixes incorrect method visibility and add unit tests for `Illuminate\S...
  • e766200 [10.x] Add ability to measure a single callable and get result (#48077)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.18.0 to 10.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/releases">laravel/framework's releases</a>.</em></p> <blockquote> <h2>v10.20.0</h2> <ul> <li>[10.x] Allow default values when merging values into a resource by <a href="https://github.com/axlon"><code>@​axlon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48073">laravel/framework#48073</a></li> <li>[10.x] Adds a <code>createOrFirst</code> method to Eloquent by <a href="https://github.com/tonysm"><code>@​tonysm</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47973">laravel/framework#47973</a></li> <li>[10.x] Allow utilising <code>withTrashed()</code>, <code>withoutTrashed()</code> and <code>onlyTrashed()</code> on <code>MorphTo</code> relationship even without <code>SoftDeletes</code> Model by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47880">laravel/framework#47880</a></li> <li>[10.x] Mark Request JSON data to be InputBag in docblocks by <a href="https://github.com/jnoordsij"><code>@​jnoordsij</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48085">laravel/framework#48085</a></li> <li>[10.x] Markdown Mailables: Allow omitting Footer and Header when customising components by <a href="https://github.com/jorisnoo"><code>@​jorisnoo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48080">laravel/framework#48080</a></li> <li>[10.x] Update EmailVerificationRequest return docblock by <a href="https://github.com/ahmedash95"><code>@​ahmedash95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48087">laravel/framework#48087</a></li> <li>[10.x] Add commonly reusable Composer related commands from 1st party packages by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48096">laravel/framework#48096</a></li> <li>[10.x] Add ability to measure a single callable and get result by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48077">laravel/framework#48077</a></li> <li>[10.x] Fixes incorrect method visibility and add unit tests for <code>Illuminate\Support\Composer</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48104">laravel/framework#48104</a></li> <li>[10.x] Skip convert empty string to null test by <a href="https://github.com/hungthai1401"><code>@​hungthai1401</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48105">laravel/framework#48105</a></li> <li>[10.x] Using complete insert for mysqldump when appending migration dump to schema file by <a href="https://github.com/emulgeator"><code>@​emulgeator</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48126">laravel/framework#48126</a></li> <li>[10.x] Add <code>hasPackage</code> method to Composer class by <a href="https://github.com/emargareten"><code>@​emargareten</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48124">laravel/framework#48124</a></li> <li>[10.x] Add <code>assertJsonPathCanonicalizing</code> method by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48117">laravel/framework#48117</a></li> <li>[10.x] Configurable storage path via environment variable by <a href="https://github.com/sl0wik"><code>@​sl0wik</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48115">laravel/framework#48115</a></li> <li>[10.x] Support providing subquery as value to <code>where</code> builder method by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48116">laravel/framework#48116</a></li> <li>[10.x] Minor Tweaks by <a href="https://github.com/utsavsomaiya"><code>@​utsavsomaiya</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48138">laravel/framework#48138</a></li> </ul> <h2>v10.19.0</h2> <ul> <li>[10.x] Fix typo in update <code>HasUniqueIds</code> by <a href="https://github.com/iamcarlos94"><code>@​iamcarlos94</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47994">laravel/framework#47994</a></li> <li>[10.x] Gracefully handle scientific notation by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48002">laravel/framework#48002</a></li> <li>[10.x] Fix docblocks for throw_if and throw_unless by <a href="https://github.com/AbdelElrafa"><code>@​AbdelElrafa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48003">laravel/framework#48003</a></li> <li>[10.x] Add <code>wordWrap</code> to <code>Str</code> by <a href="https://github.com/joshbonnick"><code>@​joshbonnick</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48012">laravel/framework#48012</a></li> <li>[10.x] Fix RetryBatchCommand overlapping of failed jobs when run concurrently with the same Batch ID using isolatableId by <a href="https://github.com/rybakihor"><code>@​rybakihor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48000">laravel/framework#48000</a></li> <li>[10.x] Fix <code>assertRedirectToRoute</code> when route uri is empty by <a href="https://github.com/khernik93"><code>@​khernik93</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48023">laravel/framework#48023</a></li> <li>[10.x] Fix empty table displayed when using the --pending option but there are no pending migrations by <a href="https://github.com/TheBlckbird"><code>@​TheBlckbird</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48019">laravel/framework#48019</a></li> <li>[10.x] Fix forced use of write DB connection by <a href="https://github.com/oleksiikhr"><code>@​oleksiikhr</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48015">laravel/framework#48015</a></li> <li>[10.x] Use model cast when builder created updated at value by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47942">laravel/framework#47942</a></li> <li>[10.x] Fix Collection::search and LazyCollection::search return type by <a href="https://github.com/bastien-phi"><code>@​bastien-phi</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48030">laravel/framework#48030</a></li> <li>[10.x] Add ability to customize class resolution in event discovery by <a href="https://github.com/bastien-phi"><code>@​bastien-phi</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48031">laravel/framework#48031</a></li> <li>[10.x] Add <code>percentage</code> method to Collections by <a href="https://github.com/WendellAdriel"><code>@​WendellAdriel</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48034">laravel/framework#48034</a></li> <li>[10.x] Fix parsing error in console when parameter description contains <code>--</code> by <a href="https://github.com/rxrw"><code>@​rxrw</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48021">laravel/framework#48021</a></li> <li>[10.x] Allow Listeners to dynamically specify delay using <code>withDelay</code> by <a href="https://github.com/CalebDW"><code>@​CalebDW</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48026">laravel/framework#48026</a></li> <li>[10.x] Add dynamic return types to rescue helper by <a href="https://github.com/axlon"><code>@​axlon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48062">laravel/framework#48062</a></li> <li>[10.x] createMany &amp; createManyQuietly add count argument by <a href="https://github.com/JHWelch"><code>@​JHWelch</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48048">laravel/framework#48048</a></li> <li>[10.x] Attributes support on default component slot by <a href="https://github.com/royduin"><code>@​royduin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48039">laravel/framework#48039</a></li> <li>[10.x] Add WithoutRelations attribute for model serialization by <a href="https://github.com/Neol3108"><code>@​Neol3108</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47989">laravel/framework#47989</a></li> <li>[10.x] Can apply WithoutRelations to entire class by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48068">laravel/framework#48068</a></li> <li>[10.x] createMany &amp; createManyQuietly make argument optional by <a href="https://github.com/JHWelch"><code>@​JHWelch</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48070">laravel/framework#48070</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/blob/10.x/CHANGELOG.md">laravel/framework's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/laravel/framework/compare/v10.19.0...v10.20.0">v10.20.0</a> - 2023-08-22</h2> <ul> <li>[10.x] Allow default values when merging values into a resource by <a href="https://github.com/axlon"><code>@​axlon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48073">laravel/framework#48073</a></li> <li>[10.x] Adds a <code>createOrFirst</code> method to Eloquent by <a href="https://github.com/tonysm"><code>@​tonysm</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47973">laravel/framework#47973</a></li> <li>[10.x] Allow utilising <code>withTrashed()</code>, <code>withoutTrashed()</code> and <code>onlyTrashed()</code> on <code>MorphTo</code> relationship even without <code>SoftDeletes</code> Model by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47880">laravel/framework#47880</a></li> <li>[10.x] Mark Request JSON data to be InputBag in docblocks by <a href="https://github.com/jnoordsij"><code>@​jnoordsij</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48085">laravel/framework#48085</a></li> <li>[10.x] Markdown Mailables: Allow omitting Footer and Header when customising components by <a href="https://github.com/jorisnoo"><code>@​jorisnoo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48080">laravel/framework#48080</a></li> <li>[10.x] Update EmailVerificationRequest return docblock by <a href="https://github.com/ahmedash95"><code>@​ahmedash95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48087">laravel/framework#48087</a></li> <li>[10.x] Add commonly reusable Composer related commands from 1st party packages by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48096">laravel/framework#48096</a></li> <li>[10.x] Add ability to measure a single callable and get result by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48077">laravel/framework#48077</a></li> <li>[10.x] Fixes incorrect method visibility and add unit tests for <code>Illuminate\Support\Composer</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48104">laravel/framework#48104</a></li> <li>[10.x] Skip convert empty string to null test by <a href="https://github.com/hungthai1401"><code>@​hungthai1401</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48105">laravel/framework#48105</a></li> <li>[10.x] Using complete insert for mysqldump when appending migration dump to schema file by <a href="https://github.com/emulgeator"><code>@​emulgeator</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48126">laravel/framework#48126</a></li> <li>[10.x] Add <code>hasPackage</code> method to Composer class by <a href="https://github.com/emargareten"><code>@​emargareten</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48124">laravel/framework#48124</a></li> <li>[10.x] Add <code>assertJsonPathCanonicalizing</code> method by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48117">laravel/framework#48117</a></li> <li>[10.x] Configurable storage path via environment variable by <a href="https://github.com/sl0wik"><code>@​sl0wik</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48115">laravel/framework#48115</a></li> <li>[10.x] Support providing subquery as value to <code>where</code> builder method by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48116">laravel/framework#48116</a></li> <li>[10.x] Minor Tweaks by <a href="https://github.com/utsavsomaiya"><code>@​utsavsomaiya</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48138">laravel/framework#48138</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.18.0...v10.19.0">v10.19.0</a> - 2023-08-15</h2> <ul> <li>[10.x] Fix typo in update <code>HasUniqueIds</code> by <a href="https://github.com/iamcarlos94"><code>@​iamcarlos94</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47994">laravel/framework#47994</a></li> <li>[10.x] Gracefully handle scientific notation by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48002">laravel/framework#48002</a></li> <li>[10.x] Fix docblocks for throw_if and throw_unless by <a href="https://github.com/AbdelElrafa"><code>@​AbdelElrafa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48003">laravel/framework#48003</a></li> <li>[10.x] Add <code>wordWrap</code> to <code>Str</code> by <a href="https://github.com/joshbonnick"><code>@​joshbonnick</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48012">laravel/framework#48012</a></li> <li>[10.x] Fix RetryBatchCommand overlapping of failed jobs when run concurrently with the same Batch ID using isolatableId by <a href="https://github.com/rybakihor"><code>@​rybakihor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48000">laravel/framework#48000</a></li> <li>[10.x] Fix <code>assertRedirectToRoute</code> when route uri is empty by <a href="https://github.com/khernik93"><code>@​khernik93</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48023">laravel/framework#48023</a></li> <li>[10.x] Fix empty table displayed when using the --pending option but there are no pending migrations by <a href="https://github.com/TheBlckbird"><code>@​TheBlckbird</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48019">laravel/framework#48019</a></li> <li>[10.x] Fix forced use of write DB connection by <a href="https://github.com/oleksiikhr"><code>@​oleksiikhr</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48015">laravel/framework#48015</a></li> <li>[10.x] Use model cast when builder created updated at value by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47942">laravel/framework#47942</a></li> <li>[10.x] Fix Collection::search and LazyCollection::search return type by <a href="https://github.com/bastien-phi"><code>@​bastien-phi</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48030">laravel/framework#48030</a></li> <li>[10.x] Add ability to customize class resolution in event discovery by <a href="https://github.com/bastien-phi"><code>@​bastien-phi</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48031">laravel/framework#48031</a></li> <li>[10.x] Add <code>percentage</code> method to Collections by <a href="https://github.com/WendellAdriel"><code>@​WendellAdriel</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48034">laravel/framework#48034</a></li> <li>[10.x] Fix parsing error in console when parameter description contains <code>--</code> by <a href="https://github.com/rxrw"><code>@​rxrw</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48021">laravel/framework#48021</a></li> <li>[10.x] Allow Listeners to dynamically specify delay using <code>withDelay</code> by <a href="https://github.com/CalebDW"><code>@​CalebDW</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48026">laravel/framework#48026</a></li> <li>[10.x] Add dynamic return types to rescue helper by <a href="https://github.com/axlon"><code>@​axlon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48062">laravel/framework#48062</a></li> <li>[10.x] createMany &amp; createManyQuietly add count argument by <a href="https://github.com/JHWelch"><code>@​JHWelch</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48048">laravel/framework#48048</a></li> <li>[10.x] Attributes support on default component slot by <a href="https://github.com/royduin"><code>@​royduin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48039">laravel/framework#48039</a></li> <li>[10.x] Add WithoutRelations attribute for model serialization by <a href="https://github.com/Neol3108"><code>@​Neol3108</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47989">laravel/framework#47989</a></li> <li>[10.x] Can apply WithoutRelations to entire class by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48068">laravel/framework#48068</a></li> <li>[10.x] createMany &amp; createManyQuietly make argument optional by <a href="https://github.com/JHWelch"><code>@​JHWelch</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48070">laravel/framework#48070</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/a655dca3fbe83897e22adff652b1878ba352d041"><code>a655dca</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/89a9e2af4a4ab27f3c405b54264f49e459515052"><code>89a9e2a</code></a> minor:tweaks (<a href="https://redirect.github.com/laravel/framework/issues/48138">#48138</a>)</li> <li><a href="https://github.com/laravel/framework/commit/54421e4734db69b0dd54efdb810ce294c0e774ae"><code>54421e4</code></a> [10.x] Support providing subquery as value to <code>where</code> builder method (<a href="https://redirect.github.com/laravel/framework/issues/48116">#48116</a>)</li> <li><a href="https://github.com/laravel/framework/commit/85ef845b260148eec363d0b893fbc2eb6051a12e"><code>85ef845</code></a> [10.x] Configurable storage path via environment variable (<a href="https://redirect.github.com/laravel/framework/issues/48115">#48115</a>)</li> <li><a href="https://github.com/laravel/framework/commit/4899c53335a943314f6fa1688131aa79ed30d2b8"><code>4899c53</code></a> [10.x] Add <code>assertJsonPathCanonicalizing</code> method (<a href="https://redirect.github.com/laravel/framework/issues/48117">#48117</a>)</li> <li><a href="https://github.com/laravel/framework/commit/66b8ac17617b20a143f9df0f6dd06788f8887840"><code>66b8ac1</code></a> [10.x] Add <code>hasPackage</code> method to Composer class (<a href="https://redirect.github.com/laravel/framework/issues/48124">#48124</a>)</li> <li><a href="https://github.com/laravel/framework/commit/00b3caee92104f33cfa31d609185e75b77407d68"><code>00b3cae</code></a> Using complete insert for mysqldump when appending migration dump to schema f...</li> <li><a href="https://github.com/laravel/framework/commit/256f4974a09e24170ceeeb9e573651fd5e1c703e"><code>256f497</code></a> [10.x] Skip convert empty string to null test (<a href="https://redirect.github.com/laravel/framework/issues/48105">#48105</a>)</li> <li><a href="https://github.com/laravel/framework/commit/81ae53fcdb1a552237ef73f65f1f3faac8236641"><code>81ae53f</code></a> [10.x] Fixes incorrect method visibility and add unit tests for `Illuminate\S...</li> <li><a href="https://github.com/laravel/framework/commit/e76620016958c806519cba9b182f29eb5a50bd88"><code>e766200</code></a> [10.x] Add ability to measure a single callable and get result (<a href="https://redirect.github.com/laravel/framework/issues/48077">#48077</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.18.0...v10.20.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=10.18.0&new-version=10.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2023-08-24 12:18:34 +00:00 (Migrated from github.com)

Looks like laravel/framework is up-to-date now, so this is no longer needed.

Looks like laravel/framework is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.