From 04dd19e666048f4e63a8a490feed04f13471ea9d Mon Sep 17 00:00:00 2001 From: Andrei Ciungulete Date: Tue, 1 Dec 2020 00:15:05 +0200 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 743047f..37382b3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.2, 7.3, 7.4] + php: [7.2, 7.3, 7.4, 8.0] laravel: [^6.0, ^7.0, ^8.0] exclude: - php: 7.2 diff --git a/composer.json b/composer.json index dbad08a..c779d1f 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "socialite" ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "illuminate/support": "^6.0|^7.0|^8.0", "mollie/mollie-api-php": "^2.11", "ext-json": "*"