Skip to content

Commit 66f00e1

Browse files
composer
1 parent 7d2bab6 commit 66f00e1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rahulreghunath/textlocal",
2+
"name": "Rahulreghunath/Textlocal",
33
"description": "Textlocal sms gateway wrapper for Laravel",
44
"license": "MIT",
55
"keywords": ["laravel", "textlocal", "sms gateway"],
@@ -19,5 +19,15 @@
1919
"Rahulreghunath\\Textlocal\\": "src/"
2020
}
2121
},
22+
"extra": {
23+
"laravel": {
24+
"providers": [
25+
"Foo\\Bar\\ServiceProvider"
26+
],
27+
"aliases": {
28+
"Bar": "Foo\\Bar\\Facade"
29+
}
30+
}
31+
}
2232
"minimum-stability": "dev"
2333
}

src/Textlocal.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public function __construct()
1717
public function send()
1818
{
1919
return 'sdf';
20+
2021
}
2122

2223
}

0 commit comments

Comments
 (0)