Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v6.6.0
> ## [v6.6.0 (2019-11-26)](https://github.com/laravel/framework/compare/v6.5.2...v6.6.0)
>
> ### Added
> - Allowed explicit Model definitions in database rules ([#30653](https://github-redirect.dependabot.com/laravel/framework/pull/30653), [9beceac](https://github.com/laravel/framework/commit/9beceacb1a1b8ba37cd0f775cb2fb81e21ba4c31))
> - Allowed `ResponseFactory::view()` to return first view ([#30651](https://github-redirect.dependabot.com/laravel/framework/pull/30651))
> - Added `Foundation\Testing\Concerns\InteractsWithDatabase::assertDeleted()` method ([#30648](https://github-redirect.dependabot.com/laravel/framework/pull/30648))
> - Added `Illuminate\Routing\Router::head()` ([#30646](https://github-redirect.dependabot.com/laravel/framework/pull/30646))
> - Added `wherePivotNotIn()` and `orWherePivotNotIn()` methods to `BelongsToMany` ([#30671](https://github-redirect.dependabot.com/laravel/framework/pull/30671))
> - Added options in `SqlServerConnector` to encrypt data with Azure Key vault ([#30636](https://github-redirect.dependabot.com/laravel/framework/pull/30636))
>
> ### Fixed
> - Fixed errors in `Illuminate\Http\Testing\FileFactory::create()` ([#30632](https://github-redirect.dependabot.com/laravel/framework/pull/30632))
> - Fixed routing bug that causes missing parameters to be ignored ([#30659](https://github-redirect.dependabot.com/laravel/framework/pull/30659))
>
> ### Changed
> - Updated error message in `PhpRedisConnector::createClient()` if redis extension is not loaded ([#30673](https://github-redirect.dependabot.com/laravel/framework/pull/30673), [184a0f4](https://github.com/laravel/framework/commit/184a0f45bc9959ebadf36a7dd6966c2bfcb96191))
> - Updated `windows_os()` helper to use PHP_OS_FAMILY ([#30660](https://github-redirect.dependabot.com/laravel/framework/pull/30660))
>
>
> ## v6.5.2
> ## [v6.5.2 (2019-11-19)](https://github.com/laravel/framework/compare/v6.5.1...v6.5.2)
>
> ### Added
> - Allowed model serialization on jobs for typed properties ([#30604](https://github-redirect.dependabot.com/laravel/framework/pull/30604), [#30605](https://github-redirect.dependabot.com/laravel/framework/pull/30605), [920c364](https://github.com/laravel/framework/commit/920c3640269b7c1dd0f26e5b6f765ca9b7f99366))
> - Allowed fallback when facade root accessor has previously been resolved ([#30616](https://github-redirect.dependabot.com/laravel/framework/pull/30616))
> - Added support for separation between `geometry` and `geography` types for `Postgres` ([#30545](https://github-redirect.dependabot.com/laravel/framework/pull/30545))
> - Added `createWithContent()` method to `Illuminate\Http\Testing\File` and `Illuminate\Http\Testing\FileFactory` ([2cc6fa3](https://github.com/laravel/framework/commit/2cc6fa33732118cc71c74209b02382b989689b63), [181db51](https://github.com/laravel/framework/commit/181db51595d546cbd24b3fac0cb276255e147286))
>
> ### Refactoring
> - Improved `PostgresGrammar::formatPostGisType()` method readability ([#30593](https://github-redirect.dependabot.com/laravel/framework/pull/30593))
>
> ### Changed
> - Added `symfony/debug` dependency to `illuminate/pipeline` ([#30611](https://github-redirect.dependabot.com/laravel/framework/pull/30611))
> - Override `BelongsToMany::cursor()` to hydrate pivot relations ([#30580](https://github-redirect.dependabot.com/laravel/framework/pull/30580))
> - Ignore Redis prefix when verifying channel access in RedisBroadcaster ([#30597](https://github-redirect.dependabot.com/laravel/framework/pull/30597), [d77ce36](https://github.com/laravel/framework/commit/d77ce36917510d5a6800dd4116a4e18b7bf720b3))
>
> ## v6.5.1
> ## [v6.5.1 (2019-11-12)](https://github.com/laravel/framework/compare/v6.5.0...v6.5.1)
>
> ### Added
> - Added `includeUnless` directive ([#30538](https://github-redirect.dependabot.com/laravel/framework/pull/30538))
>
> ### Fixed
> - Fixed default value for $count in `PhpRedisConnection::spop()` method ([#30546](https://github-redirect.dependabot.com/laravel/framework/pull/30546))
> - Fixed breaking compatibility with multi-schema postgres ([#30562](https://github-redirect.dependabot.com/laravel/framework/pull/30562), [6460d2b](https://github.com/laravel/framework/commit/6460d2b1bd89f470a76f5c2c3bddd390fe430e0f))
> - Fixed `Model::isDirty()` with `collection` / `object` casts ([#30565](https://github-redirect.dependabot.com/laravel/framework/pull/30565))
> - Fixed `bcc` in `MailgunTransport::send()` ([#30569](https://github-redirect.dependabot.com/laravel/framework/pull/30569))
>
> ### Changed
> ... (truncated)
Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/6.x/CHANGELOG-5.8.md).*
> # Release Notes for 5.8.x
>
> ## [Unreleased](https://github.com/laravel/framework/compare/v5.8.35...5.8)
>
>
> ## [v5.8.35 (2019-09-03)](https://github.com/laravel/framework/compare/v5.8.34...v5.8.35)
>
> ### Added
> - Added support of `NOT RLIKE` SQL operator ([#29788](https://github-redirect.dependabot.com/laravel/framework/pull/29788))
> - Added hebrew letters to `Str:slug` language array ([#29838](https://github-redirect.dependabot.com/laravel/framework/pull/29838), [ba772d6](https://github.com/laravel/framework/commit/ba772d643b88a4646c1161f5325e52de81d7a709))
> - Added support of `php7.4` ([#29842](https://github-redirect.dependabot.com/laravel/framework/pull/29842))
>
> ### Fixed
> - Fixed self-referencing `MorphOneOrMany` existence queries ([#29765](https://github-redirect.dependabot.com/laravel/framework/pull/29765))
> - Fixed `QueueFake::size()` method ([#29761](https://github-redirect.dependabot.com/laravel/framework/pull/29761), [ddaf6e6](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1))
>
> ### Changed
> - Added note that the GD extension is required for generating images ([#29770](https://github-redirect.dependabot.com/laravel/framework/pull/29770), [#29831](https://github-redirect.dependabot.com/laravel/framework/pull/29831))
> - Changed `monolog/monolog` version to `^1.12` ([#29837](https://github-redirect.dependabot.com/laravel/framework/pull/29837))
>
>
> ## [v5.8.34 (2019-08-27)](https://github.com/laravel/framework/compare/v5.8.33...v5.8.34)
>
> ### Fixed
> - Fixed `MailMessage::render()` if `view` method was used ([#29698](https://github-redirect.dependabot.com/laravel/framework/pull/29698))
> - Fixed setting of numeric values as model attribute ([#29714](https://github-redirect.dependabot.com/laravel/framework/pull/29714))
> - Fixed mocking of events `until` method in `MocksApplicationServices` ([#29708](https://github-redirect.dependabot.com/laravel/framework/pull/29708))
> - Fixed: Use custom attributes in lt/lte/gt/gte rules messages ([#29716](https://github-redirect.dependabot.com/laravel/framework/pull/29716))
>
> ### Changed:
> - Changed applying of Aws Instance Profile ([#29738](https://github-redirect.dependabot.com/laravel/framework/pull/29738))
>
>
> ## [v5.8.33 (2019-08-20)](https://github.com/laravel/framework/compare/v5.8.32...v5.8.33)
>
> ### Added
> - Added `ValidatesWhenResolvedTrait::passedValidation()` callback ([#29549](https://github-redirect.dependabot.com/laravel/framework/pull/29549))
> - Implement new types for email validation support ([#29589](https://github-redirect.dependabot.com/laravel/framework/pull/29589))
> - Added Redis 5 support ([#29606](https://github-redirect.dependabot.com/laravel/framework/pull/29606))
> - Added `insertOrIgnore` support ([#29639](https://github-redirect.dependabot.com/laravel/framework/pull/29639), [46d7e96](https://github.com/laravel/framework/commit/46d7e96ab3ab59339ef0ea8802963b2db84f9ab3), [#29645](https://github-redirect.dependabot.com/laravel/framework/pull/29645))
> - Allowed to override the existing `Whoops` handler.([#29564](https://github-redirect.dependabot.com/laravel/framework/pull/29564))
>
> ### Fixed
> - Fixed non-displayable boolean values in validation messages ([#29560](https://github-redirect.dependabot.com/laravel/framework/pull/29560))
> - Avoid undefined index errors when using AWS IAM ([#29565](https://github-redirect.dependabot.com/laravel/framework/pull/29565))
> - Fixed exception message in the `ProviderRepository::writeManifest()` ([#29568](https://github-redirect.dependabot.com/laravel/framework/pull/29568))
> - Fixed invalid link expiry count in ResetPassword ([#29579](https://github-redirect.dependabot.com/laravel/framework/pull/29579))
> - Fixed command testing of `output` and `questions` expectations ([#29580](https://github-redirect.dependabot.com/laravel/framework/pull/29580))
> - Added ignoring of classes which are not instantiable during event discovery ([#29587](https://github-redirect.dependabot.com/laravel/framework/pull/29587))
> - Used real classname for seeders in the output ([#29601](https://github-redirect.dependabot.com/laravel/framework/pull/29601))
> ... (truncated)
Commits
- [`b48528b`](https://github.com/laravel/framework/commit/b48528ba5422ac909dbabf0b1cc34534928e7bce) version
- [`23ceaf9`](https://github.com/laravel/framework/commit/23ceaf9fa2b442362d566c94dfdc063275f0ba11) Update RequirePassword Middleware DocBlock ([#30667](https://github-redirect.dependabot.com/laravel/framework/issues/30667))
- [`c684bb3`](https://github.com/laravel/framework/commit/c684bb32efeaa6fd490d983e79e9e0d01ae1b4e2) [6.x] Add wherePivotNotIn and orWherePivotNotIn methods ([#30671](https://github-redirect.dependabot.com/laravel/framework/issues/30671))
- [`184a0f4`](https://github.com/laravel/framework/commit/184a0f45bc9959ebadf36a7dd6966c2bfcb96191) formatting
- [`b28acda`](https://github.com/laravel/framework/commit/b28acda757dd43af9dc23d41d45aff7fc1a4da1a) Format.
- [`f2e5e63`](https://github.com/laravel/framework/commit/f2e5e637d173e9c7501d598ba5448b17e5767b07) Updating error message if redis extension is not loaded.
- [`5b22148`](https://github.com/laravel/framework/commit/5b22148694c032600ddb7ee494ea3063f67a1df1) [6.x] update changelog
- [`3e4c2c6`](https://github.com/laravel/framework/commit/3e4c2c6463356bcee3e7e4fe80d1d1505e3dc1a3) Update 'windows_os()' helper to use PHP_OS_FAMILY ([#30660](https://github-redirect.dependabot.com/laravel/framework/issues/30660))
- [`f610830`](https://github.com/laravel/framework/commit/f610830bfce85090373ea4a3f87849949461fd67) [6.x] Fix routing bug that causes missing parameters to be ignored ([#30659](https://github-redirect.dependabot.com/laravel/framework/issues/30659))
- [`08f8ef9`](https://github.com/laravel/framework/commit/08f8ef951e3f54e43bb9829c47393e9975b0a9ff) Apply fixes from StyleCI ([#30657](https://github-redirect.dependabot.com/laravel/framework/issues/30657))
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.32...v6.6.0)
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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps laravel/framework from 5.8.32 to 6.6.0.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v6.6.0 > ## [v6.6.0 (2019-11-26)](https://github.com/laravel/framework/compare/v6.5.2...v6.6.0) > > ### Added > - Allowed explicit Model definitions in database rules ([#30653](https://github-redirect.dependabot.com/laravel/framework/pull/30653), [9beceac](https://github.com/laravel/framework/commit/9beceacb1a1b8ba37cd0f775cb2fb81e21ba4c31)) > - Allowed `ResponseFactory::view()` to return first view ([#30651](https://github-redirect.dependabot.com/laravel/framework/pull/30651)) > - Added `Foundation\Testing\Concerns\InteractsWithDatabase::assertDeleted()` method ([#30648](https://github-redirect.dependabot.com/laravel/framework/pull/30648)) > - Added `Illuminate\Routing\Router::head()` ([#30646](https://github-redirect.dependabot.com/laravel/framework/pull/30646)) > - Added `wherePivotNotIn()` and `orWherePivotNotIn()` methods to `BelongsToMany` ([#30671](https://github-redirect.dependabot.com/laravel/framework/pull/30671)) > - Added options in `SqlServerConnector` to encrypt data with Azure Key vault ([#30636](https://github-redirect.dependabot.com/laravel/framework/pull/30636)) > > ### Fixed > - Fixed errors in `Illuminate\Http\Testing\FileFactory::create()` ([#30632](https://github-redirect.dependabot.com/laravel/framework/pull/30632)) > - Fixed routing bug that causes missing parameters to be ignored ([#30659](https://github-redirect.dependabot.com/laravel/framework/pull/30659)) > > ### Changed > - Updated error message in `PhpRedisConnector::createClient()` if redis extension is not loaded ([#30673](https://github-redirect.dependabot.com/laravel/framework/pull/30673), [184a0f4](https://github.com/laravel/framework/commit/184a0f45bc9959ebadf36a7dd6966c2bfcb96191)) > - Updated `windows_os()` helper to use PHP_OS_FAMILY ([#30660](https://github-redirect.dependabot.com/laravel/framework/pull/30660)) > > > ## v6.5.2 > ## [v6.5.2 (2019-11-19)](https://github.com/laravel/framework/compare/v6.5.1...v6.5.2) > > ### Added > - Allowed model serialization on jobs for typed properties ([#30604](https://github-redirect.dependabot.com/laravel/framework/pull/30604), [#30605](https://github-redirect.dependabot.com/laravel/framework/pull/30605), [920c364](https://github.com/laravel/framework/commit/920c3640269b7c1dd0f26e5b6f765ca9b7f99366)) > - Allowed fallback when facade root accessor has previously been resolved ([#30616](https://github-redirect.dependabot.com/laravel/framework/pull/30616)) > - Added support for separation between `geometry` and `geography` types for `Postgres` ([#30545](https://github-redirect.dependabot.com/laravel/framework/pull/30545)) > - Added `createWithContent()` method to `Illuminate\Http\Testing\File` and `Illuminate\Http\Testing\FileFactory` ([2cc6fa3](https://github.com/laravel/framework/commit/2cc6fa33732118cc71c74209b02382b989689b63), [181db51](https://github.com/laravel/framework/commit/181db51595d546cbd24b3fac0cb276255e147286)) > > ### Refactoring > - Improved `PostgresGrammar::formatPostGisType()` method readability ([#30593](https://github-redirect.dependabot.com/laravel/framework/pull/30593)) > > ### Changed > - Added `symfony/debug` dependency to `illuminate/pipeline` ([#30611](https://github-redirect.dependabot.com/laravel/framework/pull/30611)) > - Override `BelongsToMany::cursor()` to hydrate pivot relations ([#30580](https://github-redirect.dependabot.com/laravel/framework/pull/30580)) > - Ignore Redis prefix when verifying channel access in RedisBroadcaster ([#30597](https://github-redirect.dependabot.com/laravel/framework/pull/30597), [d77ce36](https://github.com/laravel/framework/commit/d77ce36917510d5a6800dd4116a4e18b7bf720b3)) > > ## v6.5.1 > ## [v6.5.1 (2019-11-12)](https://github.com/laravel/framework/compare/v6.5.0...v6.5.1) > > ### Added > - Added `includeUnless` directive ([#30538](https://github-redirect.dependabot.com/laravel/framework/pull/30538)) > > ### Fixed > - Fixed default value for $count in `PhpRedisConnection::spop()` method ([#30546](https://github-redirect.dependabot.com/laravel/framework/pull/30546)) > - Fixed breaking compatibility with multi-schema postgres ([#30562](https://github-redirect.dependabot.com/laravel/framework/pull/30562), [6460d2b](https://github.com/laravel/framework/commit/6460d2b1bd89f470a76f5c2c3bddd390fe430e0f)) > - Fixed `Model::isDirty()` with `collection` / `object` casts ([#30565](https://github-redirect.dependabot.com/laravel/framework/pull/30565)) > - Fixed `bcc` in `MailgunTransport::send()` ([#30569](https://github-redirect.dependabot.com/laravel/framework/pull/30569)) > > ### Changed > ... (truncated)Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/6.x/CHANGELOG-5.8.md).* > # Release Notes for 5.8.x > > ## [Unreleased](https://github.com/laravel/framework/compare/v5.8.35...5.8) > > > ## [v5.8.35 (2019-09-03)](https://github.com/laravel/framework/compare/v5.8.34...v5.8.35) > > ### Added > - Added support of `NOT RLIKE` SQL operator ([#29788](https://github-redirect.dependabot.com/laravel/framework/pull/29788)) > - Added hebrew letters to `Str:slug` language array ([#29838](https://github-redirect.dependabot.com/laravel/framework/pull/29838), [ba772d6](https://github.com/laravel/framework/commit/ba772d643b88a4646c1161f5325e52de81d7a709)) > - Added support of `php7.4` ([#29842](https://github-redirect.dependabot.com/laravel/framework/pull/29842)) > > ### Fixed > - Fixed self-referencing `MorphOneOrMany` existence queries ([#29765](https://github-redirect.dependabot.com/laravel/framework/pull/29765)) > - Fixed `QueueFake::size()` method ([#29761](https://github-redirect.dependabot.com/laravel/framework/pull/29761), [ddaf6e6](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1)) > > ### Changed > - Added note that the GD extension is required for generating images ([#29770](https://github-redirect.dependabot.com/laravel/framework/pull/29770), [#29831](https://github-redirect.dependabot.com/laravel/framework/pull/29831)) > - Changed `monolog/monolog` version to `^1.12` ([#29837](https://github-redirect.dependabot.com/laravel/framework/pull/29837)) > > > ## [v5.8.34 (2019-08-27)](https://github.com/laravel/framework/compare/v5.8.33...v5.8.34) > > ### Fixed > - Fixed `MailMessage::render()` if `view` method was used ([#29698](https://github-redirect.dependabot.com/laravel/framework/pull/29698)) > - Fixed setting of numeric values as model attribute ([#29714](https://github-redirect.dependabot.com/laravel/framework/pull/29714)) > - Fixed mocking of events `until` method in `MocksApplicationServices` ([#29708](https://github-redirect.dependabot.com/laravel/framework/pull/29708)) > - Fixed: Use custom attributes in lt/lte/gt/gte rules messages ([#29716](https://github-redirect.dependabot.com/laravel/framework/pull/29716)) > > ### Changed: > - Changed applying of Aws Instance Profile ([#29738](https://github-redirect.dependabot.com/laravel/framework/pull/29738)) > > > ## [v5.8.33 (2019-08-20)](https://github.com/laravel/framework/compare/v5.8.32...v5.8.33) > > ### Added > - Added `ValidatesWhenResolvedTrait::passedValidation()` callback ([#29549](https://github-redirect.dependabot.com/laravel/framework/pull/29549)) > - Implement new types for email validation support ([#29589](https://github-redirect.dependabot.com/laravel/framework/pull/29589)) > - Added Redis 5 support ([#29606](https://github-redirect.dependabot.com/laravel/framework/pull/29606)) > - Added `insertOrIgnore` support ([#29639](https://github-redirect.dependabot.com/laravel/framework/pull/29639), [46d7e96](https://github.com/laravel/framework/commit/46d7e96ab3ab59339ef0ea8802963b2db84f9ab3), [#29645](https://github-redirect.dependabot.com/laravel/framework/pull/29645)) > - Allowed to override the existing `Whoops` handler.([#29564](https://github-redirect.dependabot.com/laravel/framework/pull/29564)) > > ### Fixed > - Fixed non-displayable boolean values in validation messages ([#29560](https://github-redirect.dependabot.com/laravel/framework/pull/29560)) > - Avoid undefined index errors when using AWS IAM ([#29565](https://github-redirect.dependabot.com/laravel/framework/pull/29565)) > - Fixed exception message in the `ProviderRepository::writeManifest()` ([#29568](https://github-redirect.dependabot.com/laravel/framework/pull/29568)) > - Fixed invalid link expiry count in ResetPassword ([#29579](https://github-redirect.dependabot.com/laravel/framework/pull/29579)) > - Fixed command testing of `output` and `questions` expectations ([#29580](https://github-redirect.dependabot.com/laravel/framework/pull/29580)) > - Added ignoring of classes which are not instantiable during event discovery ([#29587](https://github-redirect.dependabot.com/laravel/framework/pull/29587)) > - Used real classname for seeders in the output ([#29601](https://github-redirect.dependabot.com/laravel/framework/pull/29601)) > ... (truncated)Commits
- [`b48528b`](https://github.com/laravel/framework/commit/b48528ba5422ac909dbabf0b1cc34534928e7bce) version - [`23ceaf9`](https://github.com/laravel/framework/commit/23ceaf9fa2b442362d566c94dfdc063275f0ba11) Update RequirePassword Middleware DocBlock ([#30667](https://github-redirect.dependabot.com/laravel/framework/issues/30667)) - [`c684bb3`](https://github.com/laravel/framework/commit/c684bb32efeaa6fd490d983e79e9e0d01ae1b4e2) [6.x] Add wherePivotNotIn and orWherePivotNotIn methods ([#30671](https://github-redirect.dependabot.com/laravel/framework/issues/30671)) - [`184a0f4`](https://github.com/laravel/framework/commit/184a0f45bc9959ebadf36a7dd6966c2bfcb96191) formatting - [`b28acda`](https://github.com/laravel/framework/commit/b28acda757dd43af9dc23d41d45aff7fc1a4da1a) Format. - [`f2e5e63`](https://github.com/laravel/framework/commit/f2e5e637d173e9c7501d598ba5448b17e5767b07) Updating error message if redis extension is not loaded. - [`5b22148`](https://github.com/laravel/framework/commit/5b22148694c032600ddb7ee494ea3063f67a1df1) [6.x] update changelog - [`3e4c2c6`](https://github.com/laravel/framework/commit/3e4c2c6463356bcee3e7e4fe80d1d1505e3dc1a3) Update 'windows_os()' helper to use PHP_OS_FAMILY ([#30660](https://github-redirect.dependabot.com/laravel/framework/issues/30660)) - [`f610830`](https://github.com/laravel/framework/commit/f610830bfce85090373ea4a3f87849949461fd67) [6.x] Fix routing bug that causes missing parameters to be ignored ([#30659](https://github-redirect.dependabot.com/laravel/framework/issues/30659)) - [`08f8ef9`](https://github.com/laravel/framework/commit/08f8ef951e3f54e43bb9829c47393e9975b0a9ff) Apply fixes from StyleCI ([#30657](https://github-redirect.dependabot.com/laravel/framework/issues/30657)) - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.32...v6.6.0)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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)