Skip to content

Commit 8ce78d7

Browse files
committed
0.17.1 hotfix: Downgrade filp/whoops due to a breaking change in 2.14.0 in views
1 parent 0b016dd commit 8ce78d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlburger/wpemerge-theme",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "A modern WordPress starter theme which uses the WP Emerge framework",
55
"type": "wordpress-theme",
66
"keywords": ["wordpress", "theme", "starter theme", "wpemerge"],
@@ -27,7 +27,7 @@
2727
"htmlburger/wpemerge-app-core": "~0.17.0"
2828
},
2929
"require-dev": {
30-
"filp/whoops": "^2.2",
30+
"filp/whoops": "~2.13.0",
3131
"htmlburger/wpemerge-cli": "~0.17.0",
3232
"symfony/debug": "~3.0",
3333
"wp-coding-standards/wpcs": "^2.0",

0 commit comments

Comments
 (0)