From b54cdc94a731e7f741f499fc407709539efb25b6 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 3 Nov 2020 11:21:09 +0100 Subject: [PATCH] PHP 8 Support --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a7c7ac2..3ab27a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.1, 7.2, 7.3, 7.4] + php: [7.1, 7.2, 7.3, 7.4, 8.0] name: PHP ${{ matrix.php }} diff --git a/composer.json b/composer.json index e0304da..824c34d 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": ">=7.1.3", + "php": "^7.1.3|^8.0", "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0" }, "require-dev": {