Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v5.7.13
>
> ## [v5.7.13 (2018-11-07)](https://github.com/laravel/framework/compare/v5.7.12...v5.7.13)
>
> ### Added
> - Added ability to return an array of messages in a custom validation rule ([#26327](https://github-redirect.dependabot.com/laravel/framework/pull/26327))
> - Added `whenEmpty`/ `whenNotEmpty` / `unlessEmpty` / `unlessNotEmpty` methods to `Collection` ([#26345](https://github-redirect.dependabot.com/laravel/framework/pull/26345))
> - Added `Illuminate\Support\Collection::some` method ([#26376](https://github-redirect.dependabot.com/laravel/framework/pull/26376), [8f7e647](https://github.com/laravel/framework/commit/8f7e647dcee5fe13d7fc33a1e0e1ce531ea9f49e))
> - Added `Illuminate\Cache\Repository::missing` method ([#26351](https://github-redirect.dependabot.com/laravel/framework/pull/26351))
> - Added `Macroable` trait to `Illuminate\View\Factory` ([#26361](https://github-redirect.dependabot.com/laravel/framework/pull/26361))
> - Added support for UNION aggregate queries ([#26365](https://github-redirect.dependabot.com/laravel/framework/pull/26365))
>
> ### Changed
> - Updated `AbstractPaginator::appends` to handle null ([#26326](https://github-redirect.dependabot.com/laravel/framework/pull/26326))
> - Added "guzzlehttp/guzzle": "^6.3", to `composer.json` ([#26328](https://github-redirect.dependabot.com/laravel/framework/pull/26328))
> - Showed exception message on 403 error page when message is available ([#26356](https://github-redirect.dependabot.com/laravel/framework/pull/26356))
> - Don't run TransformsRequest twice on ?query= parameters ([#26366](https://github-redirect.dependabot.com/laravel/framework/pull/26366))
> - Added missing logging options to slack log driver ([#26360](https://github-redirect.dependabot.com/laravel/framework/pull/26360))
> - Use cascade when truncating table in PostgreSQL ([#26389](https://github-redirect.dependabot.com/laravel/framework/pull/26389))
> - Allowed pass absolute parameter in has valid signature request macro ([#26397](https://github-redirect.dependabot.com/laravel/framework/pull/26397))
>
> ### Changed realization
> - Used `Request::validate` macro in Auth traits ([#26314](https://github-redirect.dependabot.com/laravel/framework/pull/26314))
>
> ## v5.7.12
>
> ## [v5.7.12 (2018-10-30)](https://github.com/laravel/framework/compare/v5.7.11...v5.7.12)
>
> ### Added
> - Added `CacheManager::forgetDriver` method ([#26264](https://github-redirect.dependabot.com/laravel/framework/pull/26264), [fd9ef49](https://github.com/laravel/framework/commit/fd9ef492faefff96deab5285e30bc1b675211bcb))
> - Added `Illuminate\Foundation\Http\Kernel::getMiddlewareGroups` method ([#26268](https://github-redirect.dependabot.com/laravel/framework/pull/26268))
> - Added an sqlite config option (`foreign_key_constraints`) to enable / disable foreign key constraints ([#26298](https://github-redirect.dependabot.com/laravel/framework/pull/26298), [674f8be](https://github.com/laravel/framework/commit/674f8befc57f1e9fe8d064b475903431de39f41c), [#26306](https://github-redirect.dependabot.com/laravel/framework/pull/26306))
>
> ### Fixed
> - Checked `$absolute` parameter in `UrlGenerator::signedRoute` ([#26265](https://github-redirect.dependabot.com/laravel/framework/pull/26265))
> - Fixed error in resource building after running `php artisan preset none` command ([41becda](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/41becda26a6bfcfaf9754beb9106b6ca0f328a61), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244))
> - Fixed `whereDoesntHave()` and `doesntHave()` with nested relationships ([#26228](https://github-redirect.dependabot.com/laravel/framework/pull/26228))
> - Fixed filesystem locking hangs in `PackageManifest::build()` ([#26254](https://github-redirect.dependabot.com/laravel/framework/pull/26254))
>
> ### Changed
> - Made expectation closure optional for `InteractsWithContainer::mock` and `InteractsWithContainer::spy` ([#26242](https://github-redirect.dependabot.com/laravel/framework/pull/26242))
> - Allowed multiple `createPayloadCallback` on queues ([#26250](https://github-redirect.dependabot.com/laravel/framework/pull/26250), [6e3d568](https://github.com/laravel/framework/commit/6e3d568757a8e4124b49bf9ac94f1db7a66437a1))
> - Changed wording on default 403 view ([#26258](https://github-redirect.dependabot.com/laravel/framework/pull/26258))
> - Bump `vue.js` to `^2.5.17` in `artisan preset vue` command ([89f56bf](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/89f56bf8f9abb310bf985045c13103cb73a40351), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244))
> - Allowed adding additional `$manyMethods` when extending the model class ([#26307](https://github-redirect.dependabot.com/laravel/framework/pull/26307))
>
>
> ## v5.7.11
> ## [v5.7.11 (2018-10-24)](https://github.com/laravel/framework/compare/v5.7.10...v5.7.11)
>
> ... (truncated)
Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.7.md).*
> ## [v5.7.13 (2018-11-07)](https://github.com/laravel/framework/compare/v5.7.12...v5.7.13)
>
> ### Added
> - Added ability to return an array of messages in a custom validation rule ([#26327](https://github-redirect.dependabot.com/laravel/framework/pull/26327))
> - Added `whenEmpty`/ `whenNotEmpty` / `unlessEmpty` / `unlessNotEmpty` methods to `Collection` ([#26345](https://github-redirect.dependabot.com/laravel/framework/pull/26345))
> - Added `Illuminate\Support\Collection::some` method ([#26376](https://github-redirect.dependabot.com/laravel/framework/pull/26376), [8f7e647](https://github.com/laravel/framework/commit/8f7e647dcee5fe13d7fc33a1e0e1ce531ea9f49e))
> - Added `Illuminate\Cache\Repository::missing` method ([#26351](https://github-redirect.dependabot.com/laravel/framework/pull/26351))
> - Added `Macroable` trait to `Illuminate\View\Factory` ([#26361](https://github-redirect.dependabot.com/laravel/framework/pull/26361))
> - Added support for UNION aggregate queries ([#26365](https://github-redirect.dependabot.com/laravel/framework/pull/26365))
>
> ### Changed
> - Updated `AbstractPaginator::appends` to handle null ([#26326](https://github-redirect.dependabot.com/laravel/framework/pull/26326))
> - Added "guzzlehttp/guzzle": "^6.3", to `composer.json` ([#26328](https://github-redirect.dependabot.com/laravel/framework/pull/26328))
> - Showed exception message on 403 error page when message is available ([#26356](https://github-redirect.dependabot.com/laravel/framework/pull/26356))
> - Don't run TransformsRequest twice on ?query= parameters ([#26366](https://github-redirect.dependabot.com/laravel/framework/pull/26366))
> - Added missing logging options to slack log driver ([#26360](https://github-redirect.dependabot.com/laravel/framework/pull/26360))
> - Use cascade when truncating table in PostgreSQL ([#26389](https://github-redirect.dependabot.com/laravel/framework/pull/26389))
> - Allowed pass absolute parameter in has valid signature request macro ([#26397](https://github-redirect.dependabot.com/laravel/framework/pull/26397))
>
> ### Changed realization
> - Used `Request::validate` macro in Auth traits ([#26314](https://github-redirect.dependabot.com/laravel/framework/pull/26314))
>
>
> ## [v5.7.12 (2018-10-30)](https://github.com/laravel/framework/compare/v5.7.11...v5.7.12)
>
> ### Added
> - Added `CacheManager::forgetDriver` method ([#26264](https://github-redirect.dependabot.com/laravel/framework/pull/26264), [fd9ef49](https://github.com/laravel/framework/commit/fd9ef492faefff96deab5285e30bc1b675211bcb))
> - Added `Illuminate\Foundation\Http\Kernel::getMiddlewareGroups` method ([#26268](https://github-redirect.dependabot.com/laravel/framework/pull/26268))
> - Added an sqlite config option (`foreign_key_constraints`) to enable / disable foreign key constraints ([#26298](https://github-redirect.dependabot.com/laravel/framework/pull/26298), [674f8be](https://github.com/laravel/framework/commit/674f8befc57f1e9fe8d064b475903431de39f41c), [#26306](https://github-redirect.dependabot.com/laravel/framework/pull/26306))
>
> ### Fixed
> - Checked `$absolute` parameter in `UrlGenerator::signedRoute` ([#26265](https://github-redirect.dependabot.com/laravel/framework/pull/26265))
> - Fixed error in resource building after running `php artisan preset none` command ([41becda](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/41becda26a6bfcfaf9754beb9106b6ca0f328a61), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244))
> - Fixed `whereDoesntHave()` and `doesntHave()` with nested relationships ([#26228](https://github-redirect.dependabot.com/laravel/framework/pull/26228))
> - Fixed filesystem locking hangs in `PackageManifest::build()` ([#26254](https://github-redirect.dependabot.com/laravel/framework/pull/26254))
>
> ### Changed
> - Made expectation closure optional for `InteractsWithContainer::mock` and `InteractsWithContainer::spy` ([#26242](https://github-redirect.dependabot.com/laravel/framework/pull/26242))
> - Allowed multiple `createPayloadCallback` on queues ([#26250](https://github-redirect.dependabot.com/laravel/framework/pull/26250), [6e3d568](https://github.com/laravel/framework/commit/6e3d568757a8e4124b49bf9ac94f1db7a66437a1))
> - Changed wording on default 403 view ([#26258](https://github-redirect.dependabot.com/laravel/framework/pull/26258))
> - Bump `vue.js` to `^2.5.17` in `artisan preset vue` command ([89f56bf](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/89f56bf8f9abb310bf985045c13103cb73a40351), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244))
> - Allowed adding additional `$manyMethods` when extending the model class ([#26307](https://github-redirect.dependabot.com/laravel/framework/pull/26307))
>
>
> ## [v5.7.11 (2018-10-24)](https://github.com/laravel/framework/compare/v5.7.10...v5.7.11)
>
> ### Added
> - Added `decimal:` cast to Model ([#26173](https://github-redirect.dependabot.com/laravel/framework/pull/26173))
> - Allowed updateExistingPivot to receive an arrayable item ([#26167](https://github-redirect.dependabot.com/laravel/framework/pull/26167))
> - Added `setIntendedUrl` method to `Routing/Redirector.php` ([#26227](https://github-redirect.dependabot.com/laravel/framework/pull/26227))
> ... (truncated)
Commits
- [`3ff3110`](https://github.com/laravel/framework/commit/3ff3110ac14f2b4876acaff289bb55a1af74f02e) version
- [`87ef353`](https://github.com/laravel/framework/commit/87ef35362234c47e868fb19e4f7fad5371f0fe42) add mix intergration tests ([#26416](https://github-redirect.dependabot.com/laravel/framework/issues/26416))
- [`17163b4`](https://github.com/laravel/framework/commit/17163b46d0a1d88160dab681d699f9e694d8c1c8) Revert "Fix SoftDeletes Query ([#26396](https://github-redirect.dependabot.com/laravel/framework/issues/26396))" ([#26406](https://github-redirect.dependabot.com/laravel/framework/issues/26406))
- [`d05f93e`](https://github.com/laravel/framework/commit/d05f93e6e2402c5ae8c33e6cb4e2fe305c712318) Fix SoftDeletes Query ([#26396](https://github-redirect.dependabot.com/laravel/framework/issues/26396))
- [`b87d53f`](https://github.com/laravel/framework/commit/b87d53f9bc27d5b7ce04bca1bc27bc00ea5d9e4b) allow pass absolute parameter in has valid signature request macro ([#26397](https://github-redirect.dependabot.com/laravel/framework/issues/26397))
- [`94a54fc`](https://github.com/laravel/framework/commit/94a54fc27187a3d984a59c31e1503b80a426a2fc) Merge branch '5.7' of github.com:laravel/framework into 5.7
- [`8f7e647`](https://github.com/laravel/framework/commit/8f7e647dcee5fe13d7fc33a1e0e1ce531ea9f49e) formatting. add proxy
- [`eb6ea2d`](https://github.com/laravel/framework/commit/eb6ea2d6a59fc61d3f8df6ffc648625ded7b37df) Merge branch 'add_any_to_collection' of https://github.com/paras-malhotra/fra...
- [`76aaaad`](https://github.com/laravel/framework/commit/76aaaada59d75ebeef81fae08672da7764ca25dd) allows custom formatters for slack driver ([#26377](https://github-redirect.dependabot.com/laravel/framework/issues/26377))
- [`cfee902`](https://github.com/laravel/framework/commit/cfee902511d2e97996cc71343a746f7797121108) [5.7] Fix event dispatcher contract violations ([#26379](https://github-redirect.dependabot.com/laravel/framework/issues/26379))
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.2...v5.7.13)
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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps laravel/framework from 5.7.2 to 5.7.13.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.7.13 > > ## [v5.7.13 (2018-11-07)](https://github.com/laravel/framework/compare/v5.7.12...v5.7.13) > > ### Added > - Added ability to return an array of messages in a custom validation rule ([#26327](https://github-redirect.dependabot.com/laravel/framework/pull/26327)) > - Added `whenEmpty`/ `whenNotEmpty` / `unlessEmpty` / `unlessNotEmpty` methods to `Collection` ([#26345](https://github-redirect.dependabot.com/laravel/framework/pull/26345)) > - Added `Illuminate\Support\Collection::some` method ([#26376](https://github-redirect.dependabot.com/laravel/framework/pull/26376), [8f7e647](https://github.com/laravel/framework/commit/8f7e647dcee5fe13d7fc33a1e0e1ce531ea9f49e)) > - Added `Illuminate\Cache\Repository::missing` method ([#26351](https://github-redirect.dependabot.com/laravel/framework/pull/26351)) > - Added `Macroable` trait to `Illuminate\View\Factory` ([#26361](https://github-redirect.dependabot.com/laravel/framework/pull/26361)) > - Added support for UNION aggregate queries ([#26365](https://github-redirect.dependabot.com/laravel/framework/pull/26365)) > > ### Changed > - Updated `AbstractPaginator::appends` to handle null ([#26326](https://github-redirect.dependabot.com/laravel/framework/pull/26326)) > - Added "guzzlehttp/guzzle": "^6.3", to `composer.json` ([#26328](https://github-redirect.dependabot.com/laravel/framework/pull/26328)) > - Showed exception message on 403 error page when message is available ([#26356](https://github-redirect.dependabot.com/laravel/framework/pull/26356)) > - Don't run TransformsRequest twice on ?query= parameters ([#26366](https://github-redirect.dependabot.com/laravel/framework/pull/26366)) > - Added missing logging options to slack log driver ([#26360](https://github-redirect.dependabot.com/laravel/framework/pull/26360)) > - Use cascade when truncating table in PostgreSQL ([#26389](https://github-redirect.dependabot.com/laravel/framework/pull/26389)) > - Allowed pass absolute parameter in has valid signature request macro ([#26397](https://github-redirect.dependabot.com/laravel/framework/pull/26397)) > > ### Changed realization > - Used `Request::validate` macro in Auth traits ([#26314](https://github-redirect.dependabot.com/laravel/framework/pull/26314)) > > ## v5.7.12 > > ## [v5.7.12 (2018-10-30)](https://github.com/laravel/framework/compare/v5.7.11...v5.7.12) > > ### Added > - Added `CacheManager::forgetDriver` method ([#26264](https://github-redirect.dependabot.com/laravel/framework/pull/26264), [fd9ef49](https://github.com/laravel/framework/commit/fd9ef492faefff96deab5285e30bc1b675211bcb)) > - Added `Illuminate\Foundation\Http\Kernel::getMiddlewareGroups` method ([#26268](https://github-redirect.dependabot.com/laravel/framework/pull/26268)) > - Added an sqlite config option (`foreign_key_constraints`) to enable / disable foreign key constraints ([#26298](https://github-redirect.dependabot.com/laravel/framework/pull/26298), [674f8be](https://github.com/laravel/framework/commit/674f8befc57f1e9fe8d064b475903431de39f41c), [#26306](https://github-redirect.dependabot.com/laravel/framework/pull/26306)) > > ### Fixed > - Checked `$absolute` parameter in `UrlGenerator::signedRoute` ([#26265](https://github-redirect.dependabot.com/laravel/framework/pull/26265)) > - Fixed error in resource building after running `php artisan preset none` command ([41becda](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/41becda26a6bfcfaf9754beb9106b6ca0f328a61), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244)) > - Fixed `whereDoesntHave()` and `doesntHave()` with nested relationships ([#26228](https://github-redirect.dependabot.com/laravel/framework/pull/26228)) > - Fixed filesystem locking hangs in `PackageManifest::build()` ([#26254](https://github-redirect.dependabot.com/laravel/framework/pull/26254)) > > ### Changed > - Made expectation closure optional for `InteractsWithContainer::mock` and `InteractsWithContainer::spy` ([#26242](https://github-redirect.dependabot.com/laravel/framework/pull/26242)) > - Allowed multiple `createPayloadCallback` on queues ([#26250](https://github-redirect.dependabot.com/laravel/framework/pull/26250), [6e3d568](https://github.com/laravel/framework/commit/6e3d568757a8e4124b49bf9ac94f1db7a66437a1)) > - Changed wording on default 403 view ([#26258](https://github-redirect.dependabot.com/laravel/framework/pull/26258)) > - Bump `vue.js` to `^2.5.17` in `artisan preset vue` command ([89f56bf](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/89f56bf8f9abb310bf985045c13103cb73a40351), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244)) > - Allowed adding additional `$manyMethods` when extending the model class ([#26307](https://github-redirect.dependabot.com/laravel/framework/pull/26307)) > > > ## v5.7.11 > ## [v5.7.11 (2018-10-24)](https://github.com/laravel/framework/compare/v5.7.10...v5.7.11) > > ... (truncated)Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.7.md).* > ## [v5.7.13 (2018-11-07)](https://github.com/laravel/framework/compare/v5.7.12...v5.7.13) > > ### Added > - Added ability to return an array of messages in a custom validation rule ([#26327](https://github-redirect.dependabot.com/laravel/framework/pull/26327)) > - Added `whenEmpty`/ `whenNotEmpty` / `unlessEmpty` / `unlessNotEmpty` methods to `Collection` ([#26345](https://github-redirect.dependabot.com/laravel/framework/pull/26345)) > - Added `Illuminate\Support\Collection::some` method ([#26376](https://github-redirect.dependabot.com/laravel/framework/pull/26376), [8f7e647](https://github.com/laravel/framework/commit/8f7e647dcee5fe13d7fc33a1e0e1ce531ea9f49e)) > - Added `Illuminate\Cache\Repository::missing` method ([#26351](https://github-redirect.dependabot.com/laravel/framework/pull/26351)) > - Added `Macroable` trait to `Illuminate\View\Factory` ([#26361](https://github-redirect.dependabot.com/laravel/framework/pull/26361)) > - Added support for UNION aggregate queries ([#26365](https://github-redirect.dependabot.com/laravel/framework/pull/26365)) > > ### Changed > - Updated `AbstractPaginator::appends` to handle null ([#26326](https://github-redirect.dependabot.com/laravel/framework/pull/26326)) > - Added "guzzlehttp/guzzle": "^6.3", to `composer.json` ([#26328](https://github-redirect.dependabot.com/laravel/framework/pull/26328)) > - Showed exception message on 403 error page when message is available ([#26356](https://github-redirect.dependabot.com/laravel/framework/pull/26356)) > - Don't run TransformsRequest twice on ?query= parameters ([#26366](https://github-redirect.dependabot.com/laravel/framework/pull/26366)) > - Added missing logging options to slack log driver ([#26360](https://github-redirect.dependabot.com/laravel/framework/pull/26360)) > - Use cascade when truncating table in PostgreSQL ([#26389](https://github-redirect.dependabot.com/laravel/framework/pull/26389)) > - Allowed pass absolute parameter in has valid signature request macro ([#26397](https://github-redirect.dependabot.com/laravel/framework/pull/26397)) > > ### Changed realization > - Used `Request::validate` macro in Auth traits ([#26314](https://github-redirect.dependabot.com/laravel/framework/pull/26314)) > > > ## [v5.7.12 (2018-10-30)](https://github.com/laravel/framework/compare/v5.7.11...v5.7.12) > > ### Added > - Added `CacheManager::forgetDriver` method ([#26264](https://github-redirect.dependabot.com/laravel/framework/pull/26264), [fd9ef49](https://github.com/laravel/framework/commit/fd9ef492faefff96deab5285e30bc1b675211bcb)) > - Added `Illuminate\Foundation\Http\Kernel::getMiddlewareGroups` method ([#26268](https://github-redirect.dependabot.com/laravel/framework/pull/26268)) > - Added an sqlite config option (`foreign_key_constraints`) to enable / disable foreign key constraints ([#26298](https://github-redirect.dependabot.com/laravel/framework/pull/26298), [674f8be](https://github.com/laravel/framework/commit/674f8befc57f1e9fe8d064b475903431de39f41c), [#26306](https://github-redirect.dependabot.com/laravel/framework/pull/26306)) > > ### Fixed > - Checked `$absolute` parameter in `UrlGenerator::signedRoute` ([#26265](https://github-redirect.dependabot.com/laravel/framework/pull/26265)) > - Fixed error in resource building after running `php artisan preset none` command ([41becda](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/41becda26a6bfcfaf9754beb9106b6ca0f328a61), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244)) > - Fixed `whereDoesntHave()` and `doesntHave()` with nested relationships ([#26228](https://github-redirect.dependabot.com/laravel/framework/pull/26228)) > - Fixed filesystem locking hangs in `PackageManifest::build()` ([#26254](https://github-redirect.dependabot.com/laravel/framework/pull/26254)) > > ### Changed > - Made expectation closure optional for `InteractsWithContainer::mock` and `InteractsWithContainer::spy` ([#26242](https://github-redirect.dependabot.com/laravel/framework/pull/26242)) > - Allowed multiple `createPayloadCallback` on queues ([#26250](https://github-redirect.dependabot.com/laravel/framework/pull/26250), [6e3d568](https://github.com/laravel/framework/commit/6e3d568757a8e4124b49bf9ac94f1db7a66437a1)) > - Changed wording on default 403 view ([#26258](https://github-redirect.dependabot.com/laravel/framework/pull/26258)) > - Bump `vue.js` to `^2.5.17` in `artisan preset vue` command ([89f56bf](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/89f56bf8f9abb310bf985045c13103cb73a40351), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244)) > - Allowed adding additional `$manyMethods` when extending the model class ([#26307](https://github-redirect.dependabot.com/laravel/framework/pull/26307)) > > > ## [v5.7.11 (2018-10-24)](https://github.com/laravel/framework/compare/v5.7.10...v5.7.11) > > ### Added > - Added `decimal:Commits
- [`3ff3110`](https://github.com/laravel/framework/commit/3ff3110ac14f2b4876acaff289bb55a1af74f02e) version - [`87ef353`](https://github.com/laravel/framework/commit/87ef35362234c47e868fb19e4f7fad5371f0fe42) add mix intergration tests ([#26416](https://github-redirect.dependabot.com/laravel/framework/issues/26416)) - [`17163b4`](https://github.com/laravel/framework/commit/17163b46d0a1d88160dab681d699f9e694d8c1c8) Revert "Fix SoftDeletes Query ([#26396](https://github-redirect.dependabot.com/laravel/framework/issues/26396))" ([#26406](https://github-redirect.dependabot.com/laravel/framework/issues/26406)) - [`d05f93e`](https://github.com/laravel/framework/commit/d05f93e6e2402c5ae8c33e6cb4e2fe305c712318) Fix SoftDeletes Query ([#26396](https://github-redirect.dependabot.com/laravel/framework/issues/26396)) - [`b87d53f`](https://github.com/laravel/framework/commit/b87d53f9bc27d5b7ce04bca1bc27bc00ea5d9e4b) allow pass absolute parameter in has valid signature request macro ([#26397](https://github-redirect.dependabot.com/laravel/framework/issues/26397)) - [`94a54fc`](https://github.com/laravel/framework/commit/94a54fc27187a3d984a59c31e1503b80a426a2fc) Merge branch '5.7' of github.com:laravel/framework into 5.7 - [`8f7e647`](https://github.com/laravel/framework/commit/8f7e647dcee5fe13d7fc33a1e0e1ce531ea9f49e) formatting. add proxy - [`eb6ea2d`](https://github.com/laravel/framework/commit/eb6ea2d6a59fc61d3f8df6ffc648625ded7b37df) Merge branch 'add_any_to_collection' of https://github.com/paras-malhotra/fra... - [`76aaaad`](https://github.com/laravel/framework/commit/76aaaada59d75ebeef81fae08672da7764ca25dd) allows custom formatters for slack driver ([#26377](https://github-redirect.dependabot.com/laravel/framework/issues/26377)) - [`cfee902`](https://github.com/laravel/framework/commit/cfee902511d2e97996cc71343a746f7797121108) [5.7] Fix event dispatcher contract violations ([#26379](https://github-redirect.dependabot.com/laravel/framework/issues/26379)) - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.2...v5.7.13)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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.