Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v5.8.7
> https://github.com/laravel/framework/compare/v5.8.6...v5.8.7
>
> ## v5.8.6
>
> ### Fixed
> - Fix: Locks acquired with block() are not immediately released if the callback fails ([#27957](https://github-redirect.dependabot.com/laravel/framework/pull/27957))
>
> ### Changed
> - Allowed retrieving `env` variables with `getenv()` ([#27958](https://github-redirect.dependabot.com/laravel/framework/pull/27958), [c37702c](https://github.com/laravel/framework/commit/c37702cbdedd4e06eba2162d7a1be7d74362e0cf))
> - Used `stripslashes` for `Validation\Rules\Unique.php` ([#27940](https://github-redirect.dependabot.com/laravel/framework/pull/27940), [34759cc](https://github.com/laravel/framework/commit/34759cc0e0e63c952d7f8b7580f48144a063c684))
>
> ### Refactoring
> - Refactoring of `Illuminate\Http\Concerns::allFiles()` ([#27955](https://github-redirect.dependabot.com/laravel/framework/pull/27955))
>
Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).*
> ## [v5.8.6-v5.8.7 (2019-03-21)](https://github.com/laravel/framework/compare/v5.8.5...v5.8.7)
>
> ### Fixed
> - Fix: Locks acquired with block() are not immediately released if the callback fails ([#27957](https://github-redirect.dependabot.com/laravel/framework/pull/27957))
>
> ### Changed
> - Allowed retrieving `env` variables with `getenv()` ([#27958](https://github-redirect.dependabot.com/laravel/framework/pull/27958), [c37702c](https://github.com/laravel/framework/commit/c37702cbdedd4e06eba2162d7a1be7d74362e0cf))
> - Used `stripslashes` for `Validation\Rules\Unique.php` ([#27940](https://github-redirect.dependabot.com/laravel/framework/pull/27940), [34759cc](https://github.com/laravel/framework/commit/34759cc0e0e63c952d7f8b7580f48144a063c684))
>
> ### Refactoring
> - Refactoring of `Illuminate\Http\Concerns::allFiles()` ([#27955](https://github-redirect.dependabot.com/laravel/framework/pull/27955))
Commits
- [`f12c7ba`](https://github.com/laravel/framework/commit/f12c7baf9ceee80b131e06a01d3221d9a2488670) version
- [`3ee639d`](https://github.com/laravel/framework/commit/3ee639df2a0cbacf5a178facc5e0c7f796146006) Merge pull request [#27958](https://github-redirect.dependabot.com/laravel/framework/issues/27958) from matt-allan/restore-getenv-support
- [`be22b61`](https://github.com/laravel/framework/commit/be22b61865f013adab4c70db64a537f29cd2cb4d) Allow retrieving env variables with getenv from env helper function
- [`b82fd70`](https://github.com/laravel/framework/commit/b82fd704d987e91c11d1a44228ab699e82b9413e) Test env variables are loaded into $_ENV, $_SERVER, and getenv
- [`03e73f8`](https://github.com/laravel/framework/commit/03e73f82ac951d863c2a6bfc5fabef0064296cda) version
- [`c37702c`](https://github.com/laravel/framework/commit/c37702cbdedd4e06eba2162d7a1be7d74362e0cf) add put env adapter
- [`427365a`](https://github.com/laravel/framework/commit/427365a405e5280ff732922b38f20a60002e7d76) Merge pull request [#27955](https://github-redirect.dependabot.com/laravel/framework/issues/27955) from richardkeep/patch-1
- [`e5164f8`](https://github.com/laravel/framework/commit/e5164f82ab578cf5d4c84bbea48579d14d7bdc77) Merge pull request [#27957](https://github-redirect.dependabot.com/laravel/framework/issues/27957) from howey-aus/5.8
- [`2edeb3a`](https://github.com/laravel/framework/commit/2edeb3ac8d840d26948df7f1a4362d11f0fb11a2) Add use Exception.
- [`5e63a89`](https://github.com/laravel/framework/commit/5e63a8987416f543748c42d8159968da08956ab5) Style cleanup for readability.
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.5...v5.8.7)
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 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.8.5 to 5.8.7.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.7 > https://github.com/laravel/framework/compare/v5.8.6...v5.8.7 > > ## v5.8.6 > > ### Fixed > - Fix: Locks acquired with block() are not immediately released if the callback fails ([#27957](https://github-redirect.dependabot.com/laravel/framework/pull/27957)) > > ### Changed > - Allowed retrieving `env` variables with `getenv()` ([#27958](https://github-redirect.dependabot.com/laravel/framework/pull/27958), [c37702c](https://github.com/laravel/framework/commit/c37702cbdedd4e06eba2162d7a1be7d74362e0cf)) > - Used `stripslashes` for `Validation\Rules\Unique.php` ([#27940](https://github-redirect.dependabot.com/laravel/framework/pull/27940), [34759cc](https://github.com/laravel/framework/commit/34759cc0e0e63c952d7f8b7580f48144a063c684)) > > ### Refactoring > - Refactoring of `Illuminate\Http\Concerns::allFiles()` ([#27955](https://github-redirect.dependabot.com/laravel/framework/pull/27955)) >Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.6-v5.8.7 (2019-03-21)](https://github.com/laravel/framework/compare/v5.8.5...v5.8.7) > > ### Fixed > - Fix: Locks acquired with block() are not immediately released if the callback fails ([#27957](https://github-redirect.dependabot.com/laravel/framework/pull/27957)) > > ### Changed > - Allowed retrieving `env` variables with `getenv()` ([#27958](https://github-redirect.dependabot.com/laravel/framework/pull/27958), [c37702c](https://github.com/laravel/framework/commit/c37702cbdedd4e06eba2162d7a1be7d74362e0cf)) > - Used `stripslashes` for `Validation\Rules\Unique.php` ([#27940](https://github-redirect.dependabot.com/laravel/framework/pull/27940), [34759cc](https://github.com/laravel/framework/commit/34759cc0e0e63c952d7f8b7580f48144a063c684)) > > ### Refactoring > - Refactoring of `Illuminate\Http\Concerns::allFiles()` ([#27955](https://github-redirect.dependabot.com/laravel/framework/pull/27955))Commits
- [`f12c7ba`](https://github.com/laravel/framework/commit/f12c7baf9ceee80b131e06a01d3221d9a2488670) version - [`3ee639d`](https://github.com/laravel/framework/commit/3ee639df2a0cbacf5a178facc5e0c7f796146006) Merge pull request [#27958](https://github-redirect.dependabot.com/laravel/framework/issues/27958) from matt-allan/restore-getenv-support - [`be22b61`](https://github.com/laravel/framework/commit/be22b61865f013adab4c70db64a537f29cd2cb4d) Allow retrieving env variables with getenv from env helper function - [`b82fd70`](https://github.com/laravel/framework/commit/b82fd704d987e91c11d1a44228ab699e82b9413e) Test env variables are loaded into $_ENV, $_SERVER, and getenv - [`03e73f8`](https://github.com/laravel/framework/commit/03e73f82ac951d863c2a6bfc5fabef0064296cda) version - [`c37702c`](https://github.com/laravel/framework/commit/c37702cbdedd4e06eba2162d7a1be7d74362e0cf) add put env adapter - [`427365a`](https://github.com/laravel/framework/commit/427365a405e5280ff732922b38f20a60002e7d76) Merge pull request [#27955](https://github-redirect.dependabot.com/laravel/framework/issues/27955) from richardkeep/patch-1 - [`e5164f8`](https://github.com/laravel/framework/commit/e5164f82ab578cf5d4c84bbea48579d14d7bdc77) Merge pull request [#27957](https://github-redirect.dependabot.com/laravel/framework/issues/27957) from howey-aus/5.8 - [`2edeb3a`](https://github.com/laravel/framework/commit/2edeb3ac8d840d26948df7f1a4362d11f0fb11a2) Add use Exception. - [`5e63a89`](https://github.com/laravel/framework/commit/5e63a8987416f543748c42d8159968da08956ab5) Style cleanup for readability. - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.5...v5.8.7)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 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.