From 291801e1fe1561d30bfc05bdd2be76b1b4a577a3 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 3 Nov 2020 11:31:01 +0100 Subject: [PATCH] PHP 8 Support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0d005d2..4013417 100644 --- a/composer.json +++ b/composer.json @@ -27,12 +27,12 @@ "email": "devrel@nexmo.com" }, "require": { - "php": "^5.6|^7.1", + "php": "^5.6|^7.1|^8.0", "illuminate/support": "^5.2|^6.0|^7.0|^8.0", "nexmo/client": "^2.0" }, "require-dev": { - "phpunit/phpunit": "^5.3|~6.0|~8.0", + "phpunit/phpunit": "^5.3|~6.0|~8.0|~9.0", "orchestra/testbench": "~3.0|^4.0|^5.0|^6.0" }, "autoload": {