From 50f81e1d2e59a60e5a48ee19099770a1b8dd4cb2 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 10 Oct 2020 11:24:36 +0200 Subject: [PATCH] unlock PHP 8 for composer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c1086acf..2f7cc85b 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "docs" : "https://privatebin.info/codedoc/" }, "require" : { - "php" : "^5.6.0 || ^7.0", + "php" : "^5.6.0 || ^7.0 || ^8.0", "paragonie/random_compat" : "2.0.18", "yzalis/identicon" : "2.0.0" },