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

Commit

Permalink
Updated composer to reference client beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlytle committed Sep 29, 2016
1 parent 07e63bf commit 43f4dfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
}
}
}

0 comments on commit 43f4dfe

Please sign in to comment.