From 8ad787fdd6999035b4ca38e118df4e98bce3769c Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Wed, 19 Aug 2020 21:37:17 +0200 Subject: [PATCH] Support Laravel 8 Co-authored-by: Mark van den Broek --- .github/workflows/ci.yml | 2 +- composer.json | 8 ++++---- phpunit.xml.dist | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb5bcda..726f676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [7.4, 7.3, 7.2] + php: [7.4, 7.3] database: [mysql, pgsql, sqlite, sqlsrv] release: [stable, lowest] include: diff --git a/composer.json b/composer.json index 3867b3c..1a3f027 100644 --- a/composer.json +++ b/composer.json @@ -9,12 +9,12 @@ } ], "require": { - "php": "^7.2.5", - "illuminate/database": "^7.0" + "php": "^7.3", + "illuminate/database": "^8.0" }, "require-dev": { - "laravel/homestead": "^10.0", - "phpunit/phpunit": "^8.5" + "laravel/homestead": "^11.0", + "phpunit/phpunit": "^9.3" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ee7b8e6..4228b7a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -15,9 +15,9 @@ ./tests - - + + ./src - - + +