Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This allows admins to easily install and keep updated the Matterbridge binaries
The last number of the version is the shipped Matterbridge binary version.
Binary is licensed under Apache-2.0 License.]]></description>

<version>1.32.1026000-dev.0</version>
<version>1.32.1026000</version>
<licence>agpl</licence>

<author>Gary Kim</author>
Expand All @@ -33,7 +33,7 @@ Binary is licensed under Apache-2.0 License.]]></description>
<repository>https://github.com/nextcloud/talk_matterbridge.git</repository>

<dependencies>
<nextcloud min-version="29" max-version="32" />
<nextcloud min-version="31" max-version="32" />
</dependencies>

<repair-steps>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0.2"
"php": "8.1"
},
"sort-packages": true
},
Expand Down
Loading