Skip to content

Commit

Permalink
Bump laravel/framework from 10.35.0 to 10.39.0 (#1921)
Browse files Browse the repository at this point in the history
Bumps [laravel/framework](https://github.com/laravel/framework) from
10.35.0 to 10.39.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.39.0</h2>
<ul>
<li>[9.x] Support for phpredis 6.0.0 by <a
href="https://github.com/MichalHubatka"><code>@​MichalHubatka</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/48380">laravel/framework#48380</a></li>
<li>[10.x] Dynamic <code>maxTries</code> for queued jobs by <a
href="https://github.com/mechelon"><code>@​mechelon</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49473">laravel/framework#49473</a></li>
<li>[10.x] Avoid TypeError when using json validation rule when PHP &lt;
8.3 by <a href="https://github.com/Xint0"><code>@​Xint0</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49474">laravel/framework#49474</a></li>
<li>[10.x] Fix use statement compilation in Blade templates by <a
href="https://github.com/MrPunyapal"><code>@​MrPunyapal</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49479">laravel/framework#49479</a></li>
<li>[10.x] Allow testing prompts validation by <a
href="https://github.com/cerbero90"><code>@​cerbero90</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49447">laravel/framework#49447</a></li>
<li>[10.x] Add 'Roundrobin' Symfony mailer transport driver by <a
href="https://github.com/me-shaon"><code>@​me-shaon</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49435">laravel/framework#49435</a></li>
</ul>
<h2>v10.38.2</h2>
<ul>
<li>[10.x] Add <code>conflict</code> for <code>doctrine/dbal:^4.0</code>
to <code>illuminate/database</code> by <a
href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49456">laravel/framework#49456</a></li>
<li>[10.x] Simplify Arr::dot by <a
href="https://github.com/bastien-phi"><code>@​bastien-phi</code></a> in
<a
href="https://redirect.github.com/laravel/framework/pull/49461">laravel/framework#49461</a></li>
<li>[10.x] Illuminate\Filesystem\join_paths(): Argument <a
href="https://redirect.github.com/laravel/framework/issues/2">#2</a>
must be of type string, null given by <a
href="https://github.com/tylernathanreed"><code>@​tylernathanreed</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49467">laravel/framework#49467</a></li>
<li>[10.x] Allow deprecation logging in tests by <a
href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in
<a
href="https://redirect.github.com/laravel/framework/pull/49457">laravel/framework#49457</a></li>
<li>[10.x] Fix missing Validation rules not working with nested array by
<a href="https://github.com/aabadawy"><code>@​aabadawy</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49449">laravel/framework#49449</a></li>
</ul>
<h2>v10.38.1</h2>
<ul>
<li>[10.x] Adds support for parse callbacks from anonymous classes by <a
href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49432">laravel/framework#49432</a></li>
<li>Revert &quot;[10.x] Drop the primary key if it exists when adding a
new primary key&quot; by <a
href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49448">laravel/framework#49448</a></li>
<li>[10.x] Fix installing DBAL on a fresh app by <a
href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in
<a
href="https://redirect.github.com/laravel/framework/pull/49438">laravel/framework#49438</a></li>
<li>[10.x] Add method to create request by <a
href="https://github.com/dododedodonl"><code>@​dododedodonl</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49446">laravel/framework#49446</a></li>
<li>[10.x] Move
<code>Illuminate\Foundation\Application::joinPaths()</code> to
<code>Illuminate\Filesystem\join_paths()</code> by <a
href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49433">laravel/framework#49433</a></li>
</ul>
<h2>v10.38.0</h2>
<ul>
<li>[10.x] Add routeRoute method to test request by <a
href="https://github.com/fragkp"><code>@​fragkp</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49366">laravel/framework#49366</a></li>
<li>[10.x] Update import &amp; typo by <a
href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49370">laravel/framework#49370</a></li>
<li>[10.x] Show default <code>false</code> values in
<code>db:table</code> command by <a
href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49379">laravel/framework#49379</a></li>
<li>[10.x] Fix primary key creation for MySQL with
<code>sql_require_primary_key</code> enabled by <a
href="https://github.com/mtawil"><code>@​mtawil</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49374">laravel/framework#49374</a></li>
<li>[10.x] Add <code>charset</code> and <code>collation</code> method to
<code>Blueprint</code> by <a
href="https://github.com/gcazin"><code>@​gcazin</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49396">laravel/framework#49396</a></li>
<li>Fixes second run of <code>about</code> command on Octane by <a
href="https://github.com/josecl"><code>@​josecl</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49387">laravel/framework#49387</a></li>
<li>[10.x] Fix bug in ArrayLock getCurrentOwner by <a
href="https://github.com/Joostb"><code>@​Joostb</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49393">laravel/framework#49393</a></li>
<li>[10.x] Dynamo Batch Repository - Match Default Horizon Sort by <a
href="https://github.com/evan-burrell"><code>@​evan-burrell</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49391">laravel/framework#49391</a></li>
<li>[10.x] Add Blade <code>@session</code> Directive by <a
href="https://github.com/jrd-lewis"><code>@​jrd-lewis</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49339">laravel/framework#49339</a></li>
<li>[10.x] Improve <code>Arr::dot</code> performance by <a
href="https://github.com/bastien-phi"><code>@​bastien-phi</code></a> in
<a
href="https://redirect.github.com/laravel/framework/pull/49386">laravel/framework#49386</a></li>
<li>[10.x] Fix assertStatus() parameter order by <a
href="https://github.com/marcovo"><code>@​marcovo</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49404">laravel/framework#49404</a></li>
<li>[10.x] Only set <code>defaultCasters</code> if not previously set by
<a href="https://github.com/inxilpro"><code>@​inxilpro</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49402">laravel/framework#49402</a></li>
<li>[10.x] Fixes parameter type in <code>ManagesFrequencies</code> by <a
href="https://github.com/Lucas-Schmukas"><code>@​Lucas-Schmukas</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49399">laravel/framework#49399</a></li>
<li>[10.x] Add SQLite support for <code>whereJsonContains</code> method
by <a
href="https://github.com/danieleambrosino"><code>@​danieleambrosino</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49401">laravel/framework#49401</a></li>
<li>[10x.] Use native json_validate in Validation by <a
href="https://github.com/gtjamesa"><code>@​gtjamesa</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49413">laravel/framework#49413</a></li>
<li>[10.x] Introducing <code>isEmpty</code> and <code>isNotEmpty</code>
to <code>ComponentAttributeBag</code> by <a
href="https://github.com/devajmeireles"><code>@​devajmeireles</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49408">laravel/framework#49408</a></li>
<li>[10.x] Drop the primary key if it exists when adding a new primary
key by <a
href="https://github.com/KieranFYI"><code>@​KieranFYI</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49392">laravel/framework#49392</a></li>
<li>[10.x] Improve schema builder <code>getColumns()</code> method by <a
href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49416">laravel/framework#49416</a></li>
<li>[10.x] Add <code>MailMessage</code> helpers for plain text email
notifications by <a
href="https://github.com/onlime"><code>@​onlime</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49407">laravel/framework#49407</a></li>
<li>[10.x] Test Improvements by <a
href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49426">laravel/framework#49426</a></li>
<li>[10.x] Add Conditionable to Pipeline by <a
href="https://github.com/shane-zeng"><code>@​shane-zeng</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49429">laravel/framework#49429</a></li>
</ul>
<h2>v10.37.3</h2>
<ul>
<li>Flush middleware callbacks by <a
href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a>
in <a
href="https://github.com/laravel/framework/commit/bb49a72c1a839b2b19d0fcea4e8b203a122454ef">https://github.com/laravel/framework/commit/bb49a72c1a839b2b19d0fcea4e8b203a122454ef</a></li>
</ul>
<h2>v10.37.2</h2>
<ul>
<li>Ability to test chained job via closure by <a
href="https://github.com/jasonmccreary"><code>@​jasonmccreary</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49337">laravel/framework#49337</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.38.2...v10.39.0">v10.39.0</a>
- 2023-12-27</h2>
<ul>
<li>[9.x] Support for phpredis 6.0.0 by <a
href="https://github.com/MichalHubatka"><code>@​MichalHubatka</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/48380">laravel/framework#48380</a></li>
<li>[10.x] Dynamic <code>maxTries</code> for queued jobs by <a
href="https://github.com/mechelon"><code>@​mechelon</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49473">laravel/framework#49473</a></li>
<li>[10.x] Avoid TypeError when using json validation rule when PHP &lt;
8.3 by <a href="https://github.com/Xint0"><code>@​Xint0</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49474">laravel/framework#49474</a></li>
<li>[10.x] Fix use statement compilation in Blade templates by <a
href="https://github.com/MrPunyapal"><code>@​MrPunyapal</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49479">laravel/framework#49479</a></li>
<li>[10.x] Allow testing prompts validation by <a
href="https://github.com/cerbero90"><code>@​cerbero90</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49447">laravel/framework#49447</a></li>
<li>[10.x] Add 'Roundrobin' Symfony mailer transport driver by <a
href="https://github.com/me-shaon"><code>@​me-shaon</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49435">laravel/framework#49435</a></li>
</ul>
<h2><a
href="https://github.com/laravel/framework/compare/v10.38.1...v10.38.2">v10.38.2</a>
- 2023-12-22</h2>
<ul>
<li>[10.x] Add <code>conflict</code> for <code>doctrine/dbal:^4.0</code>
to <code>illuminate/database</code> by <a
href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49456">laravel/framework#49456</a></li>
<li>[10.x] Simplify Arr::dot by <a
href="https://github.com/bastien-phi"><code>@​bastien-phi</code></a> in
<a
href="https://redirect.github.com/laravel/framework/pull/49461">laravel/framework#49461</a></li>
<li>[10.x] Illuminate\Filesystem\join_paths(): Argument <a
href="https://redirect.github.com/laravel/framework/issues/2">#2</a>
must be of type string, null given by <a
href="https://github.com/tylernathanreed"><code>@​tylernathanreed</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49467">laravel/framework#49467</a></li>
<li>[10.x] Allow deprecation logging in tests by <a
href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in
<a
href="https://redirect.github.com/laravel/framework/pull/49457">laravel/framework#49457</a></li>
<li>[10.x] Fix missing Validation rules not working with nested array by
<a href="https://github.com/aabadawy"><code>@​aabadawy</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49449">laravel/framework#49449</a></li>
</ul>
<h2><a
href="https://github.com/laravel/framework/compare/v10.38.0...v10.38.1">v10.38.1</a>
- 2023-12-20</h2>
<ul>
<li>[10.x] Adds support for parse callbacks from anonymous classes by <a
href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49432">laravel/framework#49432</a></li>
<li>Revert &quot;[10.x] Drop the primary key if it exists when adding a
new primary key&quot; by <a
href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49448">laravel/framework#49448</a></li>
<li>[10.x] Fix installing DBAL on a fresh app by <a
href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in
<a
href="https://redirect.github.com/laravel/framework/pull/49438">laravel/framework#49438</a></li>
<li>[10.x] Add method to create request by <a
href="https://github.com/dododedodonl"><code>@​dododedodonl</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49446">laravel/framework#49446</a></li>
<li>[10.x] Move
<code>Illuminate\Foundation\Application::joinPaths()</code> to
<code>Illuminate\Filesystem\join_paths()</code> by <a
href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49433">laravel/framework#49433</a></li>
</ul>
<h2><a
href="https://github.com/laravel/framework/compare/v10.37.3...v10.38.0">v10.38.0</a>
- 2023-12-19</h2>
<ul>
<li>[10.x] Add routeRoute method to test request by <a
href="https://github.com/fragkp"><code>@​fragkp</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49366">laravel/framework#49366</a></li>
<li>[10.x] Update import &amp; typo by <a
href="https://github.com/chu121su12"><code>@​chu121su12</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49370">laravel/framework#49370</a></li>
<li>[10.x] Show default <code>false</code> values in
<code>db:table</code> command by <a
href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49379">laravel/framework#49379</a></li>
<li>[10.x] Fix primary key creation for MySQL with
<code>sql_require_primary_key</code> enabled by <a
href="https://github.com/mtawil"><code>@​mtawil</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49374">laravel/framework#49374</a></li>
<li>[10.x] Add <code>charset</code> and <code>collation</code> method to
<code>Blueprint</code> by <a
href="https://github.com/gcazin"><code>@​gcazin</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49396">laravel/framework#49396</a></li>
<li>Fixes second run of <code>about</code> command on Octane by <a
href="https://github.com/josecl"><code>@​josecl</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49387">laravel/framework#49387</a></li>
<li>[10.x] Fix bug in ArrayLock getCurrentOwner by <a
href="https://github.com/Joostb"><code>@​Joostb</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49393">laravel/framework#49393</a></li>
<li>[10.x] Dynamo Batch Repository - Match Default Horizon Sort by <a
href="https://github.com/evan-burrell"><code>@​evan-burrell</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49391">laravel/framework#49391</a></li>
<li>[10.x] Add Blade <code>[@session](https://github.com/session)</code>
Directive by <a
href="https://github.com/jrd-lewis"><code>@​jrd-lewis</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49339">laravel/framework#49339</a></li>
<li>[10.x] Improve <code>Arr::dot</code> performance by <a
href="https://github.com/bastien-phi"><code>@​bastien-phi</code></a> in
<a
href="https://redirect.github.com/laravel/framework/pull/49386">laravel/framework#49386</a></li>
<li>[10.x] Fix assertStatus() parameter order by <a
href="https://github.com/marcovo"><code>@​marcovo</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49404">laravel/framework#49404</a></li>
<li>[10.x] Only set <code>defaultCasters</code> if not previously set by
<a href="https://github.com/inxilpro"><code>@​inxilpro</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49402">laravel/framework#49402</a></li>
<li>[10.x] Fixes parameter type in <code>ManagesFrequencies</code> by <a
href="https://github.com/Lucas-Schmukas"><code>@​Lucas-Schmukas</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49399">laravel/framework#49399</a></li>
<li>[10.x] Add SQLite support for <code>whereJsonContains</code> method
by <a
href="https://github.com/danieleambrosino"><code>@​danieleambrosino</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49401">laravel/framework#49401</a></li>
<li>[10x.] Use native json_validate in Validation by <a
href="https://github.com/gtjamesa"><code>@​gtjamesa</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49413">laravel/framework#49413</a></li>
<li>[10.x] Introducing <code>isEmpty</code> and <code>isNotEmpty</code>
to <code>ComponentAttributeBag</code> by <a
href="https://github.com/devajmeireles"><code>@​devajmeireles</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49408">laravel/framework#49408</a></li>
<li>[10.x] Drop the primary key if it exists when adding a new primary
key by <a
href="https://github.com/KieranFYI"><code>@​KieranFYI</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49392">laravel/framework#49392</a></li>
<li>[10.x] Improve schema builder <code>getColumns()</code> method by <a
href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a>
in <a
href="https://redirect.github.com/laravel/framework/pull/49416">laravel/framework#49416</a></li>
<li>[10.x] Add <code>MailMessage</code> helpers for plain text email
notifications by <a
href="https://github.com/onlime"><code>@​onlime</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49407">laravel/framework#49407</a></li>
<li>[10.x] Test Improvements by <a
href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49426">laravel/framework#49426</a></li>
<li>[10.x] Add Conditionable to Pipeline by <a
href="https://github.com/shane-zeng"><code>@​shane-zeng</code></a> in <a
href="https://redirect.github.com/laravel/framework/pull/49429">laravel/framework#49429</a></li>
</ul>
<h2><a
href="https://github.com/laravel/framework/compare/v10.37.2...v10.37.3">v10.37.3</a>
- 2023-12-13</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/laravel/framework/commit/114926b07bfb5fbf2545c03aa2ce5c8c37be650c"><code>114926b</code></a>
minor release</li>
<li><a
href="https://github.com/laravel/framework/commit/b184c5ec5572aaa21fdc13e0c59a209315b90c9d"><code>b184c5e</code></a>
Apply fixes from StyleCI</li>
<li><a
href="https://github.com/laravel/framework/commit/791d44c7f7844ebfc2bf2620b61b44eab49627e6"><code>791d44c</code></a>
Merge branch '9.x' into 10.x</li>
<li><a
href="https://github.com/laravel/framework/commit/dc2e925b2d75fc2673a5919c7ad727d68059c08e"><code>dc2e925</code></a>
Apply fixes from StyleCI</li>
<li><a
href="https://github.com/laravel/framework/commit/8e6e056935785727f9b369f4d4bcdd0ed6c6560f"><code>8e6e056</code></a>
[10.x] Add 'Roundrobin' Symfony mailer transport driver (<a
href="https://redirect.github.com/laravel/framework/issues/49435">#49435</a>)</li>
<li><a
href="https://github.com/laravel/framework/commit/a77d6b60fd84ea399c639ce35fd042d0fc5152e2"><code>a77d6b6</code></a>
[10.x] Allow testing prompts validation (<a
href="https://redirect.github.com/laravel/framework/issues/49447">#49447</a>)</li>
<li><a
href="https://github.com/laravel/framework/commit/90ed27d8d29cef3523bae195334bbb752eea3ef6"><code>90ed27d</code></a>
[10.x] Fix use statement compilation in Blade templates (<a
href="https://redirect.github.com/laravel/framework/issues/49479">#49479</a>)</li>
<li><a
href="https://github.com/laravel/framework/commit/8837c1f9ab8db1634623ecc4ccdcbe688109eeb7"><code>8837c1f</code></a>
[10.x] Avoid TypeError when using json validation rule when PHP &lt; 8.3
(<a
href="https://redirect.github.com/laravel/framework/issues/49474">#49474</a>)</li>
<li><a
href="https://github.com/laravel/framework/commit/6c53284a09b77dc7e958a41fd6da998c68ef997e"><code>6c53284</code></a>
Update facade docblocks</li>
<li><a
href="https://github.com/laravel/framework/commit/74441ad6e7f8c2846d952aa08685b66b3660b2a2"><code>74441ad</code></a>
Apply fixes from StyleCI</li>
<li>Additional commits viewable in <a
href="https://github.com/laravel/framework/compare/v10.35.0...v10.39.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.35.0&new-version=10.39.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 2, 2024
1 parent 1da9c75 commit 5661b74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"guzzlehttp/guzzle": "7.8.0",
"http-interop/http-factory-guzzle": "1.2.0",
"knplabs/github-api": "3.13.0",
"laravel/framework": "10.35.0",
"laravel/framework": "10.39.0",
"laravel/legacy-factories": "1.3.2",
"laravel/socialite": "5.10.0",
"laravel/ui": "4.2.3",
Expand Down
17 changes: 10 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5661b74

Please sign in to comment.