From a448a6482eec4f3d12a2c33f08d4c20c95f50ac9 Mon Sep 17 00:00:00 2001 From: Mike Knooihuisen Date: Tue, 8 Feb 2022 23:09:19 -0500 Subject: [PATCH 1/2] Testing Support for Laravel 9 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0d182eb..2fbfb6e 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ } ], "require": { - "php": "^7.1", - "illuminate/encryption": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0" + "php": "^7.1|^8.0", + "illuminate/encryption": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "^7.0|^8.0|^9.0", From b31bb610ba7342795368151c738fc83b4cb4bb51 Mon Sep 17 00:00:00 2001 From: Mike Knooihuisen Date: Tue, 8 Feb 2022 23:50:13 -0500 Subject: [PATCH 2/2] Adding Testing for PHP 8 and 8.1 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7a96344..378bd31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ php: - 7.2 - 7.3 - 7.4 + - 8.0 + - 8.1 env: matrix: