Upgrade dependencies

FossilOrigin-Name: 593379b27b4979bde3a6ef92ac05ad38dd60758a23d0c4f512deecc6c28bddaf
This commit is contained in:
bohwaz 2025-11-27 19:27:29 +00:00
commit e6c25f229a
4 changed files with 686 additions and 254 deletions

View file

@ -15,6 +15,8 @@ function clean_php_source(string $file): string
$php = file_get_contents('server.php');
$php = strtr($php, [
'//__KD2\HTTP\Server__' => clean_php_source('lib/KD2/HTTP/Server.php'),
'//__KD2\WebDAV\Exception__' => clean_php_source('lib/KD2/WebDAV/Exception.php'),
'//__KD2\WebDAV\Server__' => clean_php_source('lib/KD2/WebDAV/Server.php'),
'//__KD2\WebDAV\AbstractStorage__' => clean_php_source('lib/KD2/WebDAV/AbstractStorage.php'),
'/*__HTACCESS__*/' => var_export(file_get_contents('.htaccess'), true),