solid-nextcloud icon indicating copy to clipboard operation
solid-nextcloud copied to clipboard

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

Open ylebre opened this issue 10 months ago • 2 comments

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.

ylebre avatar Mar 12 '25 16:03 ylebre

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

ylebre avatar Jun 02 '25 14:06 ylebre

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

Potherca avatar Jun 02 '25 16:06 Potherca