Skip to content

Commit 1deb4e8

Browse files
committed
Locked Whoops to version 2.2.1
...until they fix that `[internal]` issue filp/whoops#598
1 parent 48fc116 commit 1deb4e8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## v4.1.21
9+
- Locked Whoops to version 2.2.1 until they fix that [`[internal]` issue](https://github.com/filp/whoops/issues/598).
10+
811
## v4.1.20
912
- Added `route:list` command to list all registered routes ([#903](https://github.com/userfrosting/UserFrosting/pull/903); Thanks @apple314159 !)
1013
- Added warning in configuration file regarding disabling registration and email verification ([#900](https://github.com/userfrosting/UserFrosting/pull/900); Thanks @linkhousemedia !)

app/sprinkles/core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"doctrine/dbal": "^2.5",
16-
"filp/whoops": "^2.1",
16+
"filp/whoops": "~2.2.0",
1717
"illuminate/cache": "5.4.*",
1818
"illuminate/database": "5.4.*",
1919
"illuminate/events": "5.4.*",

0 commit comments

Comments
 (0)