From e8e16f4eb3337b2e13978cad80ef7b34ad6dfe49 Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Thu, 21 Nov 2019 20:33:23 +0200 Subject: [PATCH] Updated to Laravel 6.0+ --- composer.json | 7 ++++--- tests/TestCase.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a16bece..2ac5974 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,12 @@ } ], "require": { - "laravel/framework": "~5.5" + "laravel/framework": "~5.5|^6.0" }, "require-dev": { - "phpunit/phpunit": "^6.2|^7.0", - "orchestra/testbench": "~3.5.0|~3.6.0" + "phpunit/phpunit": "^6.2|^7.0|^8.0", + "orchestra/testbench": "~3.5.0|~3.6.0|~4.0.0", + "orchestra/database": "~3.5.0|~3.6.0|~4.0.0" }, "autoload": { "psr-4": { diff --git a/tests/TestCase.php b/tests/TestCase.php index 9abd1fc..249f8b4 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -8,7 +8,7 @@ abstract class TestCase extends Orchestra { - public function setUp() + public function setUp(): void { parent::setUp();