Skip to content

Commit 9e6b8b1

Browse files
committed
build: Require wikimedia/remex-html 4.1.2.
Change-Id: I0f9f3ecdda1ddb2d9b274c93b155dec6b748e0ef
1 parent 527b177 commit 9e6b8b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Update dependencies.
55
* Require PHPUnit 9.6.21, mediawiki-phan-config 0.15.1,
66
mediawiki-codesniffer 46.0.0
7+
* Require wikimedia/remex-html >= 4.1.2.
78

89
## Dodo 0.5.0 (2024-11-09)
910
* Drop PHP 7.2 and PHP 7.3 support.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"require": {
6969
"php": ">=7.4.3",
7070
"wikimedia/idle-dom": "^2.0.0",
71-
"wikimedia/remex-html": "^4.0.0",
71+
"wikimedia/remex-html": "^4.1.2",
7272
"wikimedia/zest-css": "^3.0.0"
7373
},
7474
"require-dev": {

0 commit comments

Comments
 (0)