Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulreghunath committed Dec 25, 2017
1 parent 9b39837 commit 273dc57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Rahulreghunath/Textlocal",
"name": "rahulreghunath/textlocal",
"description": "Textlocal sms gateway wrapper for Laravel",
"license": "MIT",
"keywords": ["laravel", "textlocal", "sms gateway"],
Expand All @@ -16,7 +16,8 @@

"autoload": {
"psr-4": {
"Rahulreghunath\\Textlocal\\": "src/"
"Rahulreghunath\\Textlocal\\": "src/",
"rahulreghunath\\textlocal\\": "src/"
}
},
"minimum-stability": "dev"
Expand Down

0 comments on commit 273dc57

Please sign in to comment.