Skip to content

Commit e961dac

Browse files
Update php-forge/html-interop version in composer.json. (#6)
1 parent 2a1bc29 commit e961dac

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
@@ -4,6 +4,7 @@
44

55
- Enh #4: Refactor `getShortNameClass()` method to support optional `suffix` and `lowercase` parameters (@terabytesoftw)
66
- Bug #5: Replace `fieldModel` to `formModel` in parameters in `Utils::class` helper (@terabytesoftw)
7+
- Bug #6: Update `php-forge/html-interop` version in `composer.json` (@terabytesoftw)
78

89
## 0.1.1 February 29, 2024
910

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": "dev-main",
15+
"php-forge/html-interop": "^0.2",
1616
"voku/anti-xss": "^4.1"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)