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.
1 parent c064148 commit 0a24b94Copy full SHA for 0a24b94
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [5.0.1](https://github.com/lcharette/UF_FormGenerator/compare/5.0.0...5.0.1)
4
+- Update PHP & JS dependencies
5
+
6
## [5.0.0](https://github.com/lcharette/UF_FormGenerator/compare/4.0.1...5.0.0)
7
- Added support for UserFrosting 5
8
- Data passed to forms can be mixed type, not only string. Data will still be casted to string.
composer.json
@@ -13,8 +13,8 @@
13
],
14
"require": {
15
"php": "^8.0",
16
- "userfrosting/framework": "^5.0",
17
- "userfrosting/sprinkle-core": "^5.0"
+ "userfrosting/framework": "~5.0.0",
+ "userfrosting/sprinkle-core": "~5.0.0"
18
},
19
"require-dev": {
20
"friendsofphp/php-cs-fixer": "^3.0",
0 commit comments