From 8ff52ddcf3557791272ffddb5472b709bf717548 Mon Sep 17 00:00:00 2001 From: ak-techmarbles <91242070+ak-techmarbles@users.noreply.github.com> Date: Wed, 11 Jan 2023 19:29:40 +0530 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aba84af..1589d42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,11 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4 + - 8.0 + - 8.1 before_script: - composer self-update - composer install -script: vendor/bin/phpunit \ No newline at end of file +script: vendor/bin/phpunit From c429357a11a8d83f2631d11c8ee258959281c788 Mon Sep 17 00:00:00 2001 From: ak-techmarbles <91242070+ak-techmarbles@users.noreply.github.com> Date: Wed, 11 Jan 2023 19:31:10 +0530 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 18e3c97..b782619 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "minimum-stability": "dev", "require": { - "php": "^5.6||^7.0", + "php": "^5.6||^7.0||^8.0", "illuminate/support": "^5.1||^6.0||^7.0||^8.0" }, "require-dev": {