From 9deb05622109fa0f14cea37e015032d644d19396 Mon Sep 17 00:00:00 2001 From: Andrew Bashtannik Date: Wed, 5 May 2021 12:16:04 +0300 Subject: [PATCH] Change requirements to PHP >=7.2|^8.0 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d3832a5..6bf3981 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": ">=7.2", + "php": ">=7.2|^8.0", "ext-gmp": "*", "sop/asn1": "^4.0.0", "sop/x501": "^0.6.1", @@ -37,4 +37,4 @@ "Sop\\X509\\": "lib/X509/" } } -} \ No newline at end of file +}