From 06ab2d11af786feda81a4ccbe579bede3363807e Mon Sep 17 00:00:00 2001 From: scottlimmer Date: Tue, 22 Aug 2023 13:42:10 +1000 Subject: [PATCH] Update composer.json for PHP8.x Local testing with https://github.com/PHPCompatibility/PHPCompatibility shows no compat issues with PHP8.x. Bumping composer dependency accordingly. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ade45fb..da49535 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "docs": "https://github.com/opencultureconsulting/oai_pmh/blob/master/README.md" }, "require": { - "php": "^7.0", + "php": "^7.0|^8.0", "ext-xml": "*" }, "autoload": {