Skip to content

Commit 0a24b94

Browse files
committed
Update PHP dependencies
1 parent c064148 commit 0a24b94

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [5.0.1](https://github.com/lcharette/UF_FormGenerator/compare/5.0.0...5.0.1)
4+
- Update PHP & JS dependencies
5+
36
## [5.0.0](https://github.com/lcharette/UF_FormGenerator/compare/4.0.1...5.0.0)
47
- Added support for UserFrosting 5
58
- Data passed to forms can be mixed type, not only string. Data will still be casted to string.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": "^8.0",
16-
"userfrosting/framework": "^5.0",
17-
"userfrosting/sprinkle-core": "^5.0"
16+
"userfrosting/framework": "~5.0.0",
17+
"userfrosting/sprinkle-core": "~5.0.0"
1818
},
1919
"require-dev": {
2020
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)