From 4ab8d764796d14c50cc879d1aae6adbfebeb3492 Mon Sep 17 00:00:00 2001 From: Maxime Renou Date: Tue, 9 Mar 2021 13:18:30 +0100 Subject: [PATCH] feat: php 8 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7fc38a..9112251 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require": { "guzzlehttp/guzzle": "^6.5", - "php": "^7.2" + "php": "^7.2 | ^8.0" }, "prefer-stable": true }