From d83ec4aeb6ca9eadbf2e1ae1c6c71979c584a950 Mon Sep 17 00:00:00 2001 From: Tim Lytle Date: Thu, 29 Sep 2016 14:32:27 -0400 Subject: [PATCH] Updated README to reference the beta installation. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 47837dd..a4191d9 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,17 @@ Installation ------------ To install the PHP client library using Composer: - - composer require nexmo/laravel - -*Importaint note*: While the client library is in `beta`, to avoid changing the `minimum-stability` in your -`composer.json` require `nexmo/client` as well, using `@beta` as the version. composer require nexmo/client @beta + composer require nexmo/laravel 1.0.0-beta3 + +*Importaint note*: While the client library is in `beta`, requiring `nexmo/client` specifically avoids changing the +`minimum-stability` in your `composer.json`. + +Alternatively, add these two lines to your composer require section: + + "nexmo/client": "@beta", + "nexmo/laravel": "1.0.0-beta3" Then add `Nexmo\Laravel\NexmoServiceProvider` to the `providers` array in your `config/app.php`: