From 8323051ca77da37a2a015a3ae21c5b094ed4a365 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Mon, 31 Oct 2022 13:06:34 +0100 Subject: [PATCH] Updated composer.json, tested and works with PHP 7.4 --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index d4e4eca..96e4caa 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,11 @@ } ], "bin": [ "bin/dataset-info" ], + "require": { + "php": "^7.4|^8.0", + "ext-simplexml": "*", + "ext-json": "*" + }, "require-dev": { "phpunit/phpunit": "^9.5", "phpstan/phpstan": "^1.8"