Skip to content

Commit

Permalink
Update php-forge/html-interop version in composer.json. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Feb 29, 2024
1 parent 2a1bc29 commit e961dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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

## 0.1.1 February 29, 2024

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^8.1",
"ext-mbstring": "*",
"php-forge/html-interop": "dev-main",
"php-forge/html-interop": "^0.2",
"voku/anti-xss": "^4.1"
},
"require-dev": {
Expand Down

0 comments on commit e961dac

Please sign in to comment.