From 5d089fa060f9742d13a0e54e951d01e7eba73e6a Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Thu, 30 Jun 2022 15:40:56 +0300 Subject: [PATCH] PHP 8 compatibility #108 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be50a03..8547918 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "issues": "https://github.com/RusticiSoftware/TinCanPHP/issues" }, "require": { - "php": "~5.5 || ^7.0.3", + "php": "~5.5 || ^7 || ^8", "ext-openssl": "*", "namshi/jose": "^7.2.1", "willdurand/negotiation": "^2.0"