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.0.1 #23

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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

Changelog *Sourced from [laravel/laravel's changelog](https://github.com/laravel/laravel/blob/master/CHANGELOG.md).* > # Release Notes > > ## [Unreleased](https://github.com/laravel/laravel/compare/v5.8.3...develop) > > ### 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)) > > > ## [v5.8.16 (2019-05-07)](https://github.com/laravel/laravel/compare/v5.8.3...master) > > ### Added > - Add IDE type-hint to UserFactory ([#4990](https://github-redirect.dependabot.com/laravel/laravel/pull/4990)) > - Update database config relating to Url addition ([#5018](https://github-redirect.dependabot.com/laravel/laravel/pull/5018), [b0e0bdc](https://github.com/laravel/laravel/commit/b0e0bdc060ce068b73371919b904f3c7f0c1cfa6)) > > ### Changed > - Upgrade the collision dependency from v2 to v3 ([#4963](https://github-redirect.dependabot.com/laravel/laravel/pull/4963)) > - Ignore SQLite journals ([#4971](https://github-redirect.dependabot.com/laravel/laravel/pull/4971)) > - Prefix redis database connection by default ([#4982](https://github-redirect.dependabot.com/laravel/laravel/pull/4982), [#4986](https://github-redirect.dependabot.com/laravel/laravel/pull/4986), [#4987](https://github-redirect.dependabot.com/laravel/laravel/pull/4987)) > > ### Removed > - Remove `.navbar-laravel` CSS class ([65f8271](https://github.com/laravel/laravel/commit/65f8271032c113883fb3f1e8e7b3279821148ad1)) > > > ## [v5.8.3 (2019-03-05)](https://github.com/laravel/laravel/compare/v5.8.0...v5.8.3) > > ### Added > - Add AWS S3 Bucket to `.env.example` ([f84a69e](https://github.com/laravel/laravel/commit/f84a69ee852bd44363042a61995d330574b6b8c3)) > > ### Changed > - Set default AWS region ([ff4f40f](https://github.com/laravel/laravel/commit/ff4f40fbabcefcb87facb1346fcfe5b8266eb40d), [#4956](https://github-redirect.dependabot.com/laravel/laravel/pull/4956)) > > ### Fixed > - Comment out non-existing model class and policy example ([f4ff4f4](https://github.com/laravel/laravel/commit/f4ff4f4176f7d931e301f36b95a46285ac61b8b8)) > - Only apply MySQL PDO options when extension exists ([3001f3c](https://github.com/laravel/laravel/commit/3001f3c6e232ba7ce2ecdbdfe6e43b4c64ee05ad)) > > > ## [v5.8.0 (2019-02-26)](https://github.com/laravel/laravel/compare/v5.7.28...v5.8.0) > > ### Added > - Added DynamoDB configuration ([1be5e29](https://github.com/laravel/laravel/commit/1be5e29753d3592d0305db17d0bffcf312ef5625)) > - Add env variable for mysql ssl cert ([9180f64](https://github.com/laravel/laravel/commit/9180f646d3a99e22d2d2a957df6ed7b550214b2f)) > - Add beanstalk queue block_for config key ([#4913](https://github-redirect.dependabot.com/laravel/laravel/pull/4913)) > - Add `hash` config param to api auth driver ([d201c69](https://github.com/laravel/laravel/commit/d201c69a8bb6cf7407ac3a6c0a0e89f183061682)) > - Add postmark token ([4574265](https://github.com/laravel/laravel/commit/45742652ccb0de5e569c23ec826f6106a8550432)) > - Add `Arr` and `Str` aliases by default ([#4951](https://github-redirect.dependabot.com/laravel/laravel/pull/4951)) > > ### Changed > - Change password min length to 8 ([#4794](https://github-redirect.dependabot.com/laravel/laravel/pull/4794)) > - Update UserFactory password ([#4797](https://github-redirect.dependabot.com/laravel/laravel/pull/4797)) > ... (truncated)
Commits - [`65959b2`](https://github.com/laravel/laravel/commit/65959b25bf791ab7afeac2ffa5a29394638c688f) Allowing optional use of yml/yaml file extensions in .editorconfig ([#5090](https://github-redirect.dependabot.com/laravel/laravel/issues/5090)) - [`13ab419`](https://github.com/laravel/laravel/commit/13ab419d59e2f0d2e188a5157a3cc17f72db595c) add ignition - [`41ee35d`](https://github.com/laravel/laravel/commit/41ee35d01f4e57c47e924400db8a805089664141) add ignition - See full diff in [compare view](https://github.com/laravel/laravel/compare/v6.0.0...v6.0.1)


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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #24.