From 49eb21cb49dc6503fa9570eecc3af79cd68ecdfd Mon Sep 17 00:00:00 2001 From: Ethan Ziermann Date: Sat, 4 Apr 2026 20:04:52 +0200 Subject: [PATCH] update dependencies and PHP version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 85c2e0a..5b9ca58 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ }, "require": { - "php": ">=5.6.0", + "php": ">=8.0", "ext-curl": "*", - "phpxmlrpc/phpxmlrpc": "4.0" + "phpxmlrpc/phpxmlrpc": "^4.11" } } \ No newline at end of file