diff --git a/composer.json b/composer.json index cd51c32..0ed2e43 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,8 @@ "description": "A laravel package to access data from the Strava API.", "type": "library", "require": { - "guzzlehttp/guzzle": "^6.3" + "guzzlehttp/guzzle": "^6.3", + "illuminate/support": "^5.0" }, "autoload": { "psr-4": {