Skip to content

Commit d6db97b

Browse files
Update php-forge/html-interop version to 0.3 in composer.json (#8)
1 parent f27236b commit d6db97b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.2.1 Under development
44

55
- Bug #7: Update branch alias in `composer.json` (@terabytesoftw)
6+
- Bug #8: Update `php-forge/html-interop` version to `0.3` in `composer.json` (@terabytesoftw)
67

78
## 0.2.0 February 29, 2024
89

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.1",
1414
"ext-mbstring": "*",
15-
"php-forge/html-interop": "^0.2",
15+
"php-forge/html-interop": "^0.3",
1616
"voku/anti-xss": "^4.1"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)