From: Christian Weiske Date: Tue, 21 Mar 2023 18:58:13 +0000 (+0100) Subject: Update dependencies X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/ba0d816b189cf6f988cf3107baa37b760f650374?hp=c4985f69a5d947a08867c9cb4c65d3709f2ad82f Update dependencies .. so we can use PHP 8.2 --- diff --git a/composer.json b/composer.json index 70a6d95..387487f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "pear/date_humandiff": "~0.5", "pear/http_request2": "^2.2", "pear/pager": "^2.4", - "pear/openid": "~0.4", + "pear/openid": "~0.5", "pear/services_libravatar": "~0.2", "pear/versioncontrol_git": "~0.5", "pear/net_url2": "^2.2.2", @@ -28,7 +28,7 @@ "geshi/geshi": "^1.0.9.0", "michelf/php-markdown": "~1.4", "twig/twig": "^1.15", - "pear/system_command": "^1.0" + "pear/system_command": "^1.1.1" }, "autoload": { "psr-0": { "phorkie\\": "src/" }