Changelog
*Sourced from [filp/whoops's changelog](https://github.com/filp/whoops/blob/master/CHANGELOG.md).*
> # 2.2.0
>
> * Support PHP 7.2
>
> # 2.1.0
>
> * Add a `SystemFacade` to allow clients to override Whoops behavior.
> * Show frame arguments in `PrettyPageHandler`.
> * Highlight the line with the error.
> * Add icons to search on Google and Stack Overflow.
>
> # 2.0.0
>
> Backwards compatibility breaking changes:
>
> * `Run` class is now `final`. If you inherited from `Run`, please now instead use a custom `SystemFacade` injected into the `Run` constructor, or contribute your changes to our core.
> * PHP < 5.5 support dropped.
Commits
- [`181c450`](https://github.com/filp/whoops/commit/181c4502d8f34db7aed7bfe88d4f87875b8e947a) Merge pull request [#566](https://github-redirect.dependabot.com/filp/whoops/issues/566) from GrahamCampbell/patch-1
- [`c255d79`](https://github.com/filp/whoops/commit/c255d7980d97ccfc11ec9e771576be0c62a6cb8f) Fixed branch alias
- [`6b3abfd`](https://github.com/filp/whoops/commit/6b3abfd1a21cb180013e373b9b7ee5b64ffc6c3b) Merge pull request [#564](https://github-redirect.dependabot.com/filp/whoops/issues/564) from petecoop/atom-uri-handler
- [`ffa20d3`](https://github.com/filp/whoops/commit/ffa20d37be6f69292c89abacc16716e2a2c8d3d8) Add Atom URI Handler
- [`0a9eb90`](https://github.com/filp/whoops/commit/0a9eb902a848879eb25902fb92cad6cf3c126961) Merge pull request [#563](https://github-redirect.dependabot.com/filp/whoops/issues/563) from adamaveray/feature/responsive-styles
- [`a64f9e7`](https://github.com/filp/whoops/commit/a64f9e7ce534856942534a84064b58305ecf09ef) Add viewport meta tag
- [`4becfc9`](https://github.com/filp/whoops/commit/4becfc9e4619ed5e51446181fec43acb2cf2bfa2) Stack panels on small screens
- [`4d363e3`](https://github.com/filp/whoops/commit/4d363e3711f0dcc6c770b94e24fce80777bc0308) Merge pull request [#557](https://github-redirect.dependabot.com/filp/whoops/issues/557) from m1guelpf-forks/patch-1
- [`fb15111`](https://github.com/filp/whoops/commit/fb15111de46f740b0eac63912729d029550b22e3) Formatting
- [`76cf278`](https://github.com/filp/whoops/commit/76cf278a3e511f4276a651ee82041ed3ec1fea73) Merge pull request [#555](https://github-redirect.dependabot.com/filp/whoops/issues/555) from staabm/patch-1
- Additional commits viewable in [compare view](https://github.com/filp/whoops/compare/2.1.14...2.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 will not automatically merge this PR because it includes a minor update to a development dependency.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@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 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 filp/whoops from 2.1.14 to 2.2.0.
Changelog
*Sourced from [filp/whoops's changelog](https://github.com/filp/whoops/blob/master/CHANGELOG.md).* > # 2.2.0 > > * Support PHP 7.2 > > # 2.1.0 > > * Add a `SystemFacade` to allow clients to override Whoops behavior. > * Show frame arguments in `PrettyPageHandler`. > * Highlight the line with the error. > * Add icons to search on Google and Stack Overflow. > > # 2.0.0 > > Backwards compatibility breaking changes: > > * `Run` class is now `final`. If you inherited from `Run`, please now instead use a custom `SystemFacade` injected into the `Run` constructor, or contribute your changes to our core. > * PHP < 5.5 support dropped.Commits
- [`181c450`](https://github.com/filp/whoops/commit/181c4502d8f34db7aed7bfe88d4f87875b8e947a) Merge pull request [#566](https://github-redirect.dependabot.com/filp/whoops/issues/566) from GrahamCampbell/patch-1 - [`c255d79`](https://github.com/filp/whoops/commit/c255d7980d97ccfc11ec9e771576be0c62a6cb8f) Fixed branch alias - [`6b3abfd`](https://github.com/filp/whoops/commit/6b3abfd1a21cb180013e373b9b7ee5b64ffc6c3b) Merge pull request [#564](https://github-redirect.dependabot.com/filp/whoops/issues/564) from petecoop/atom-uri-handler - [`ffa20d3`](https://github.com/filp/whoops/commit/ffa20d37be6f69292c89abacc16716e2a2c8d3d8) Add Atom URI Handler - [`0a9eb90`](https://github.com/filp/whoops/commit/0a9eb902a848879eb25902fb92cad6cf3c126961) Merge pull request [#563](https://github-redirect.dependabot.com/filp/whoops/issues/563) from adamaveray/feature/responsive-styles - [`a64f9e7`](https://github.com/filp/whoops/commit/a64f9e7ce534856942534a84064b58305ecf09ef) Add viewport meta tag - [`4becfc9`](https://github.com/filp/whoops/commit/4becfc9e4619ed5e51446181fec43acb2cf2bfa2) Stack panels on small screens - [`4d363e3`](https://github.com/filp/whoops/commit/4d363e3711f0dcc6c770b94e24fce80777bc0308) Merge pull request [#557](https://github-redirect.dependabot.com/filp/whoops/issues/557) from m1guelpf-forks/patch-1 - [`fb15111`](https://github.com/filp/whoops/commit/fb15111de46f740b0eac63912729d029550b22e3) Formatting - [`76cf278`](https://github.com/filp/whoops/commit/76cf278a3e511f4276a651ee82041ed3ec1fea73) Merge pull request [#555](https://github-redirect.dependabot.com/filp/whoops/issues/555) from staabm/patch-1 - Additional commits viewable in [compare view](https://github.com/filp/whoops/compare/2.1.14...2.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 will not automatically merge this PR because it includes a minor update to a development dependency.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@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 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.