From b0068bc1e5605bd2ebe1ba906f2426d5df123944 Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Wed, 1 Jan 2020 19:55:01 -0500 Subject: [PATCH] Install on PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7cb3e22..3db077f 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "bin/certainty-cert-symlink" ], "require": { - "php": "^5.5|^7", + "php": "^5.5|^7|^8", "ext-curl": "*", "ext-json": "*", "guzzlehttp/guzzle": "^6",