Skip to content

Commit

Permalink
Fix event creating on PHP 8.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Dec 14, 2022
1 parent e67e74a commit e3a2669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "HumHub calendar module",
"type": "library",
"require": {
"sabre/vobject": "4.2.1",
"sabre/vobject": "^4",
"simshaun/recurr": "^4",
"sabre/xml": "1.5.1",
"sabre/uri": "1.2.1"
"sabre/xml": "^2",
"sabre/uri": "^2"
},
"config": {
"process-timeout": 1800,
"platform": {
"php": "5.6"
"php": "7.4"
}
},
"repositories": [
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
1.4.0-beta.2 (Unreleased)
--------------------------
- Enh #341: Don't invite disabled users
- Fix #345: Fix event creating on PHP 8.1+


1.4.0-beta.1 (November 7, 2022)
Expand Down

0 comments on commit e3a2669

Please sign in to comment.