Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Enh #163: Explicitly import classes, functions, and constants in "use" section (@mspirkov)
- Bug #164: Fix missing items in stack trace HTML output when handling a PHP error (@vjik)
- Bug #166: Fix broken link to error handling guide (@vjik)
- Bug #176: Remove unused `ext-dom` dependency (@samdark)
- Chg #170: Make all parameters of `ErrorException` constructor required (@vjik)
- New #171: Add `$traceFileMap` parameter to `HtmlRenderer` for mapping file paths in trace links (@WarLikeLaux)

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ The package provides advanced error handling. The features are:
## Requirements

- PHP 8.1 - 8.5.
- `DOM` PHP extension.
- `mbstring` PHP extension.

## Installation
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
],
"require": {
"php": "8.1 - 8.5",
"ext-dom": "*",
"ext-mbstring": "*",
"alexkart/curl-builder": "^1.0",
Comment thread
samdark marked this conversation as resolved.
"cebe/markdown": "^1.2",
Expand Down
Loading