From 31097d9f9146cd4673e2daccfd0ec6d3506aa7b6 Mon Sep 17 00:00:00 2001 From: Dwight Watson Date: Sat, 9 Jan 2021 22:18:10 +1100 Subject: [PATCH] Support PHP 8.0 --- .travis.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e01d81..7d05321 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 7.2 - 7.3 - 7.4 + - 8.0 env: matrix: diff --git a/composer.json b/composer.json index 2e65df6..1ebe9eb 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ } ], "require": { - "php": "^7.3", - "edamov/pushok": "^0.11", + "php": "^7.3|^8.0", + "edamov/pushok": "^0.12", "illuminate/cache": "^8.0", "illuminate/config": "^8.0", "illuminate/events": "^8.0",