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

Commit

Permalink
Added license, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlytle committed Jul 26, 2016
1 parent 625aa6d commit 07e63bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "nexmo/laravel",
"description": "Laravel Package for Nexmo's PHP Client",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Tim Lytle",
"email": "tim@nexmo.com",
"role": "Developer",
"homepage": "http://twitter.com/tjlytle"
}
],
"support": {
"email": "devrel@nexmo.com"
},
"require": {
"nexmo/client": "dev-master as 1.0",
"illuminate/support": "^5.2"
Expand Down

0 comments on commit 07e63bf

Please sign in to comment.