Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Updated README to reference the beta installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlytle committed Sep 29, 2016
1 parent 43f4dfe commit d83ec4a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit d83ec4a

Please sign in to comment.