diff --git a/composer.json b/composer.json index d197021..bdcf782 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,12 @@ "email": "devrel@nexmo.com" }, "require": { - "nexmo/client": "dev-master as 1.0", - "illuminate/support": "^5.2" + "illuminate/support": "^5.2", + "nexmo/client": "1.0.0-beta3" }, "autoload": { "psr-4": { "Nexmo\\Laravel\\": "src/" } } -} \ No newline at end of file +}