mikebronner / laravel-messenger

Notifying your users doesn't have to be a lot of work.
MIT License
135 stars 15 forks source link

Update laravel/laravel requirement from 6.0 to 6.2.0 #25

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on laravel/laravel to permit the latest version.

Release notes *Sourced from [laravel/laravel's releases](https://github.com/laravel/laravel/releases).* > ## v6.2.0 > ### Added > - Add 'null' logging channel ([#5106](https://github-redirect.dependabot.com/laravel/laravel/pull/5106)) > - Add Password confirmation ([#5129](https://github-redirect.dependabot.com/laravel/laravel/pull/5129), [d1f7a5a](https://github.com/laravel/laravel/commit/d1f7a5a886039e28a434905447865ca952032284), [9bc23ee](https://github.com/laravel/laravel/commit/9bc23ee468e1fb3e5b4efccdc35f1fcee5a8b6bc)) > > ### Removed > - Remove testing bootstrap extension ([#5107](https://github-redirect.dependabot.com/laravel/laravel/pull/5107)) > > ### Fixed > - Revert "[6.x] According to PHP Bug 78516 Argon2 requires at least 8KB" ([#5102](https://github-redirect.dependabot.com/laravel/laravel/issues/5102)https://github-redirect.dependabot.com/laravel/laravel/pull/5102)
Changelog *Sourced from [laravel/laravel's changelog](https://github.com/laravel/laravel/blob/master/CHANGELOG.md).* > ## [v6.2.0 (2019-10-08)](https://github.com/laravel/laravel/compare/v6.0.2...v6.2.0) > > ### Added > - Add 'null' logging channel ([#5106](https://github-redirect.dependabot.com/laravel/laravel/pull/5106)) > - Add Password confirmation ([#5129](https://github-redirect.dependabot.com/laravel/laravel/pull/5129), [d1f7a5a](https://github.com/laravel/laravel/commit/d1f7a5a886039e28a434905447865ca952032284), [9bc23ee](https://github.com/laravel/laravel/commit/9bc23ee468e1fb3e5b4efccdc35f1fcee5a8b6bc)) > > ### Removed > - Remove testing bootstrap extension ([#5107](https://github-redirect.dependabot.com/laravel/laravel/pull/5107)) > > ### Fixed > - Revert "[6.x] According to PHP Bug 78516 Argon2 requires at least 8KB" ([#5102](https://github-redirect.dependabot.com/laravel/laravel/issues/5102)https://github-redirect.dependabot.com/laravel/laravel/pull/5102) > > > ## [v6.0.2 (2019-09-10)](https://github.com/laravel/laravel/compare/v6.0.1...v6.0.2) > > ### Changed > - Order imports alphabetically ([79fb6af](https://github.com/laravel/laravel/commit/79fb6af96ebf0325cef15c3132157fdf75f6fd6c), [#5100](https://github-redirect.dependabot.com/laravel/laravel/pull/5100)) > > ### Fixed > - Delete cached config file before running tests ([#5091](https://github-redirect.dependabot.com/laravel/laravel/pull/5091)) > - Update Argon memory ([#5097](https://github-redirect.dependabot.com/laravel/laravel/pull/5097)) > > > ## [v6.0.1 (2019-08-27)](https://github.com/laravel/laravel/compare/v6.0.0...v6.0.1) > > ### Added > - Add Ignition ([41ee35d](https://github.com/laravel/laravel/commit/41ee35d01f4e57c47e924400db8a805089664141), [13ab419](https://github.com/laravel/laravel/commit/13ab419d59e2f0d2e188a5157a3cc17f72db595c)) > > > ## [v6.0.0 (2019-08-27)](https://github.com/laravel/laravel/compare/v5.8.35...v6.0.0) > > ### Added > - Add ThrottleRequests to the priority array ([#5057](https://github-redirect.dependabot.com/laravel/laravel/pull/5057)) > - Add PHPUnit bootstrap file to allow execution of console commands before a test run ([#5050](https://github-redirect.dependabot.com/laravel/laravel/pull/5050), [8f2a278](https://github.com/laravel/laravel/commit/8f2a27868f7f9e0a0bbf69fa83d06b8a7a1b7894)) > - Add failed jobs table ([b7d2b48](https://github.com/laravel/laravel/commit/b7d2b48b75afbaa34c82688cb30be2f00a7d8c57), [#5082](https://github-redirect.dependabot.com/laravel/laravel/pull/5082)) > - Add new failed driver option ([e6becd2](https://github.com/laravel/laravel/commit/e6becd2ca35a650f51ed49525935e8ca65671152)) > > ### Changed > - Require PHP 7.2 ([25cf4c4](https://github.com/laravel/laravel/commit/25cf4c492308b9c5148f9522d8dd8f8f18819f50)) > - Encourage to use PHPUnit 8 ([0582a20](https://github.com/laravel/laravel/commit/0582a20adddc0e6bd16ca05eeae93e6412924ad6)) > - Use phpredis as default Redis client ([#5085](https://github-redirect.dependabot.com/laravel/laravel/pull/5085)) > > ### Removed > - Remove services deleted from core ([#5019](https://github-redirect.dependabot.com/laravel/laravel/pull/5019)) > - Remove dumpserver ([f053116](https://github.com/laravel/laravel/commit/f053116c5680e77c3a6c73afd193984a17ea482d)) > - Remove UI scaffolding ([fc39b07](https://github.com/laravel/laravel/commit/fc39b073f3f61a22f1b48329e294ebb881700dbe)) > - Remove deprecated language line ([#5074](https://github-redirect.dependabot.com/laravel/laravel/pull/5074)) > > > ## [v5.8.35 (2019-09-09)](https://github.com/laravel/laravel/compare/v5.8.17...v5.8.35) > ... (truncated)
Commits - [`9bc23ee`](https://github.com/laravel/laravel/commit/9bc23ee468e1fb3e5b4efccdc35f1fcee5a8b6bc) formatting - [`d1f7a5a`](https://github.com/laravel/laravel/commit/d1f7a5a886039e28a434905447865ca952032284) formatting - [`bc82317`](https://github.com/laravel/laravel/commit/bc82317a02e96105ad9f3cc0616d491cb5585c62) Merge branch 'password-confirmation' of https://github.com/driesvints/laravel... - [`ba3aae6`](https://github.com/laravel/laravel/commit/ba3aae6c338314c2ba1779f336278c2532071b7c) Implement password confirmation - [`4036f17`](https://github.com/laravel/laravel/commit/4036f17416549758816894dc52dc54eabcc13914) Remove middleware from password reset - [`050c1d8`](https://github.com/laravel/laravel/commit/050c1d880ec1d48ef40d7a0f2b2f1040c23cebb9) Add new password rule language line - [`51a1297`](https://github.com/laravel/laravel/commit/51a1297a2486e2b68883bba9e534ec903f0c10d4) [6.x] Added OP.GG sponsor ([#5121](https://github-redirect.dependabot.com/laravel/laravel/issues/5121)) - [`c70c986`](https://github.com/laravel/laravel/commit/c70c986e58fe1a14f7c74626e6e97032d4084d5f) [6.x] Add 'null' logging channel ([#5106](https://github-redirect.dependabot.com/laravel/laravel/issues/5106)) - [`42e864f`](https://github.com/laravel/laravel/commit/42e864f3f5f8fe5bfbdbac66dc2e4b95159fedcb) remove testing bootstrap extension ([#5107](https://github-redirect.dependabot.com/laravel/laravel/issues/5107)) - [`cba8d19`](https://github.com/laravel/laravel/commit/cba8d19f8603fc409c2a72a0f33a4b0a7fab2ee5) Added Appoly sponsor ([#5105](https://github-redirect.dependabot.com/laravel/laravel/issues/5105)) - Additional commits viewable in [compare view](https://github.com/laravel/laravel/compare/v6.0.0...v6.2.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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

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