Skip to content

Commit 1e3d6e8

Browse files
Updated package owner
1 parent 6003f84 commit 1e3d6e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ To install this package you will need:
1818
Run this command to install via composer
1919

2020
```
21-
composer require linkstreetlearning/laravel-sms
21+
composer require linkstreet/laravel-sms
2222
```
2323

2424
or edit the `composer.json`
2525

2626
```
2727
"require": {
28-
"linkstreetlearning/laravel-sms": "^1.0.0"
28+
"linkstreet/laravel-sms": "^1.0.0"
2929
}
3030
```
3131

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "linkstreetlearning/laravel-sms",
2+
"name": "linkstreet/laravel-sms",
33
"type": "library",
44
"description": "Package to support multi SMS gateway providers",
55
"license": "MIT",
66
"keywords": ["laravel", "sms"],
7-
"homepage": "https://github.com/linkstreetlearning/laravel-sms",
7+
"homepage": "https://github.com/linkstreet/laravel-sms",
88
"authors": [
99
{
1010
"name": "Vignesh Gurusamy",

0 commit comments

Comments
 (0)