Yvo Brevoort
Yvo Brevoort
Fixes https://github.com/SimplyEdit/simplyedit/issues/22
With the end of the beaker browser experiment, it no longer makes sense to have the beaker storage type as a default option. As such, this bit of code should...
This PR adds typing for the arrayaccess methods - this removes warnings when running the code under php 8.4. This fixes https://github.com/easyrdf/easyrdf/issues/411
The class Resource implements \ArrayAccess, which in PHP 8.4 wants the method signatures to be typed accordingly which is not currently the case. The following methods should be updated to...
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...