From f84e757aacfac8141238f19fd40018f1384a2768 Mon Sep 17 00:00:00 2001 From: Mariano Goldman Date: Wed, 2 Dec 2020 23:14:59 -0300 Subject: [PATCH] chore: allow php 8 as a platform requirement (#111) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e941d1e..a976a7e 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.4|^8.0", "bitwasp/bitcoin": "^1.0", "kodekeep/binary": "^1.0", "kodekeep/bytebuffer": "^1.0",