From 301a598c6107f461a06648b67e7eb238b5307207 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Mon, 22 Feb 2021 14:56:47 -0400 Subject: [PATCH] feat: add PHP 8 to testing matrix, confirm PHP 8 support --- .travis.yml | 1 + composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a5988c..aac5175 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 7.2 - 7.3 - 7.4 + - 8.0 env: matrix: diff --git a/composer.json b/composer.json index 6b13ada..359323c 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "chinleung/laravel-locales": "^1.2", "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0" }, "require-dev": { - "orchestra/testbench": "3.8.*", + "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0", "phpunit/phpunit": "^8.0" }, "autoload": {