From 291f4b217ddbbd8a641072d8476fb11805b9801f Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 12 Feb 2019 13:59:28 +0100 Subject: [PATCH] Add Laravel 5.8 support --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 9f4047e9..5b7eab3f 100644 --- a/composer.json +++ b/composer.json @@ -17,16 +17,16 @@ "php": "^7.1.3", "ext-json": "*", "dompdf/dompdf": "^0.8.0", - "illuminate/database": "~5.7", - "illuminate/support": "~5.7", + "illuminate/database": "~5.7.0|~5.8.0", + "illuminate/support": "~5.7.0|~5.8.0", "nesbot/carbon": "^1.26.3 || ^2.0", "stripe/stripe-php": "~6.0", "symfony/http-kernel": "~4.0" }, "require-dev": { - "illuminate/http": "~5.7", - "illuminate/routing": "~5.7", - "illuminate/view": "~5.7", + "illuminate/http": "~5.7.0|~5.8.0", + "illuminate/routing": "~5.7.0|~5.8.0", + "illuminate/view": "~5.7.0|~5.8.0", "mockery/mockery": "~1.0", "phpunit/phpunit": "~7.0" },