Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Aug 25, 2024
1 parent df8f414 commit 4a43def
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 16 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@


"config": {
"process-timeout": 1800
"process-timeout": 1800,
"platform": {
"php": "8.1"
}
},
"repositories": [
{
Expand Down
29 changes: 16 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

2.0.5 (August 25, 2024)
2.0.6 (August 25, 2024)
-----------------------
- Fix #41: Fix go service for multiline links
- Enh #47: Updated `kreait/firebase-php` to version 7.13+
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"humhub": {
"minVersion": "1.14"
},
"version": "2.0.5",
"version": "2.0.6",
"screenshots": []
}

0 comments on commit 4a43def

Please sign in to comment.