Skip to content

Update versions to support nextcloud 31 and drop support for 28 and 29. - #178

Draft
ylebre wants to merge 14 commits into
mainfrom
feature/nextcloud-31
Draft

Update versions to support nextcloud 31 and drop support for 28 and 29.#178
ylebre wants to merge 14 commits into
mainfrom
feature/nextcloud-31

Conversation

@ylebre

@ylebreylebre commented Mar 12, 2025

Copy link
Copy Markdown
Member

This PR drops support for Nextcloud 28 and 29, so we can update the psr/log to version 3.0.2 that is compatible with newer PHP versions.

The code for solid-nextcloud itself is not changed, only the supported versions and dependencies are updated. The code on this branch is validated on Nextcloud 29 except for the imcompatiblity of psr/log.

@PothercaPotherca linked an issue Mar 17, 2025 that may be closed by this pull request
@ylebreylebre mentioned this pull request May 26, 2025
@ylebre
ylebreforce-pushed the feature/nextcloud-31 branch from 751f23b to 05386ecCompareJune 2, 2025 13:35
@ylebre

Copy link
Copy Markdown
MemberAuthor

Failure happened because psr/log:^1.0 is not compatible with php 8.3.

@ylebreylebre changed the title Update versions to support nextcloud 31 and drop support for 28.Update versions to support nextcloud 31 and drop support for 28 and 29.Jun 2, 2025
@Potherca

Copy link
Copy Markdown
Member

Would using "psr/log": "^1.0 || ^3.0" work? Or does this also mess wih "our" code?

@ylebre
ylebre marked this pull request as draft June 3, 2025 21:19
@AlexDorsten

Copy link
Copy Markdown

Any Updates? Nexcloud is now version 33.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compatible with Nextcloud Hub 10 (31.0.0)

3 participants

@ylebre@Potherca@AlexDorsten