From f0f438dd5b8cd49ca8339045274ef65f35e720a9 Mon Sep 17 00:00:00 2001 From: Bertel Torp Date: Thu, 18 Feb 2021 19:49:12 +0100 Subject: [PATCH 1/2] Adding support for Php8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7a96344..52e5cb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 7.2 - 7.3 - 7.4 + - 8.0 env: matrix: From d5ef0610e56413fe1b5f75c4b37173598d92dd11 Mon Sep 17 00:00:00 2001 From: Bertel Torp Date: Thu, 18 Feb 2021 19:50:54 +0100 Subject: [PATCH 2/2] Add php8 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d182eb..ad3e951 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.1", + "php": "^7.1|^8.0", "illuminate/encryption": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0" }, "require-dev": {