Skip to content

Commit

Permalink
Update PHP dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Mar 30, 2024
1 parent c064148 commit 0a24b94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [5.0.1](https://github.com/lcharette/UF_FormGenerator/compare/5.0.0...5.0.1)
- Update PHP & JS dependencies

## [5.0.0](https://github.com/lcharette/UF_FormGenerator/compare/4.0.1...5.0.0)
- Added support for UserFrosting 5
- Data passed to forms can be mixed type, not only string. Data will still be casted to string.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"require": {
"php": "^8.0",
"userfrosting/framework": "^5.0",
"userfrosting/sprinkle-core": "^5.0"
"userfrosting/framework": "~5.0.0",
"userfrosting/sprinkle-core": "~5.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit 0a24b94

Please sign in to comment.