We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
php-forge/html-interop
composer.json
1 parent 2a1bc29 commit e961dacCopy full SHA for e961dac
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- Enh #4: Refactor `getShortNameClass()` method to support optional `suffix` and `lowercase` parameters (@terabytesoftw)
6
- 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)
8
9
## 0.1.1 February 29, 2024
10
composer.json
@@ -12,7 +12,7 @@
12
"require": {
13
"php": "^8.1",
14
"ext-mbstring": "*",
15
- "php-forge/html-interop": "dev-main",
+ "php-forge/html-interop": "^0.2",
16
"voku/anti-xss": "^4.1"
17
},
18
"require-dev": {
0 commit comments