From cf204ff8b8800879246f8c647558469c0d17c711 Mon Sep 17 00:00:00 2001 From: Santi Date: Thu, 4 Feb 2021 16:24:58 +0100 Subject: [PATCH] PHP 8 support --- .travis.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9266e33..2170245 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 5.5 - 5.6 - 7.0 + - 8.0 - hhvm before_script: diff --git a/composer.json b/composer.json index 7efff15..999dd11 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "type": "package", "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "illuminate/config": "~6.0 || ~7.0 || ~8.0", "illuminate/translation": "~6.0 || ~7.0 || ~8.0", "illuminate/support": "~6.0 || ~7.0 || ~8.0",