Skip to content

Commit eeb97cd

Browse files
committed
Remove unused DOM extension requirement
1 parent 73428a0 commit eeb97cd

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Enh #163: Explicitly import classes, functions, and constants in "use" section (@mspirkov)
88
- Bug #164: Fix missing items in stack trace HTML output when handling a PHP error (@vjik)
99
- Bug #166: Fix broken link to error handling guide (@vjik)
10+
- Bug #176: Remove unused `ext-dom` dependency (@samdark)
1011
- Chg #170: Make all parameters of `ErrorException` constructor required (@vjik)
1112
- New #171: Add `$traceFileMap` parameter to `HtmlRenderer` for mapping file paths in trace links (@WarLikeLaux)
1213

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ The package provides advanced error handling. The features are:
3636
## Requirements
3737

3838
- PHP 8.1 - 8.5.
39-
- `DOM` PHP extension.
4039
- `mbstring` PHP extension.
4140

4241
## Installation

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
],
3333
"require": {
3434
"php": "8.1 - 8.5",
35-
"ext-dom": "*",
3635
"ext-mbstring": "*",
3736
"alexkart/curl-builder": "^1.0",
3837
"cebe/markdown": "^1.2",

0 commit comments

Comments
 (0)