diff --git a/composer.json b/composer.json index dcec6b5..5b39d13 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ "require": { "php": ">=5.6.4", "guzzlehttp/guzzle": "^6.2|^7.0", - "illuminate/notifications": "~5.3|^6.0|^7.0|^8.0|^9.0", - "illuminate/queue": "~5.3|^6.0|^7.0|^8.0|^9.0", - "illuminate/support": "~5.3|^6.0|^7.0|^8.0|^9.0", - "illuminate/config": "~5.3|^6.0|^7.0|^8.0|^9.0" + "illuminate/notifications": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/queue": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/config": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "mockery/mockery": "~1.0",