From 6fb2971aadd881af905f56e3f13994e4a89b6b44 Mon Sep 17 00:00:00 2001 From: Travis Elkins Date: Tue, 17 Sep 2019 15:13:53 +0200 Subject: [PATCH] Updated to include Laravel Framework 6.0. --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 6b237fb..08c232c 100644 --- a/composer.json +++ b/composer.json @@ -21,13 +21,13 @@ } ], "require": { - "php" : ">=7.1.3", - "illuminate/database": "~5.6.0|~5.7.0|~5.8.0", - "illuminate/support": "~5.6.0|~5.7.0|~5.8.0" + "php": "^7.2", + "illuminate/database": "~5.6|~5.7|~5.8|^6.0", + "illuminate/support": "~5.6|~5.7|~5.8|^6.0" }, "require-dev": { - "orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0", - "phpunit/phpunit": "^7.5" + "orchestra/testbench": "~3.6|~3.7|~3.8|^4.0", + "phpunit/phpunit": "^8.0" }, "autoload": { "psr-4": {