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"