From faf6c21764543684b2174cd763f8e8b1b9ebeb27 Mon Sep 17 00:00:00 2001 From: Koen Hoeijmakers Date: Tue, 10 Sep 2019 14:22:14 +0200 Subject: [PATCH] upgrade laravel/framework to ^6.0 --- composer.json | 4 ++-- phpunit.xml.dist | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f38ed39..035ed60 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,10 @@ "description": "Explicit request filtering.", "require": { "php": ">=7.2", - "laravel/framework": "5.8.*" + "laravel/framework": "^6.0" }, "require-dev": { - "orchestra/testbench": "^3.8", + "orchestra/testbench": "^3.9", "phpunit/phpunit": "^8.0" }, "type": "library", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index de51b5d..45b2d57 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,6 +2,7 @@