From 4a4c5c226bb98aa0726f57bb5970115d3eaab377 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 29 Jul 2019 13:02:50 -0500 Subject: [PATCH] update versions --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index aa52b3dd..b390d921 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ "php": "^7.1.3", "ext-json": "*", "dompdf/dompdf": "^0.8.0", - "illuminate/contracts": "~5.7.0|~5.8.0|~5.9.0", - "illuminate/database": "~5.7.0|~5.8.0|~5.9.0", - "illuminate/http": "~5.7.0|~5.8.0|~5.9.0", - "illuminate/routing": "~5.7.0|~5.8.0|~5.9.0", - "illuminate/support": "~5.7.0|~5.8.0|~5.9.0", - "illuminate/view": "~5.7.0|~5.8.0|~5.9.0", + "illuminate/contracts": "~5.7.0|~5.8.0|~5.9.0|^6.0", + "illuminate/database": "~5.7.0|~5.8.0|~5.9.0|^6.0", + "illuminate/http": "~5.7.0|~5.8.0|~5.9.0|^6.0", + "illuminate/routing": "~5.7.0|~5.8.0|~5.9.0|^6.0", + "illuminate/support": "~5.7.0|~5.8.0|~5.9.0|^6.0", + "illuminate/view": "~5.7.0|~5.8.0|~5.9.0|^6.0", "nesbot/carbon": "^1.26.3|^2.0", "stripe/stripe-php": "~6.0", "symfony/http-kernel": "~4.0"