forked from rahulreghunath/Textlocal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (29 loc) · 685 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (29 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "rahulreghunath/textlocal",
"description": "Textlocal sms gateway wrapper for Laravel",
"license": "MIT",
"keywords": ["laravel", "textlocal", "sms gateway"],
"authors": [
{
"name": "Rahul Reghunath",
"email": "reghunath11@gmail.com",
"role": "developer"
}
],
"require": {
"php": ">=5.5.9"
},
"autoload": {
"psr-4": {
"Rahulreghunath\\Textlocal\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Rahulreghunath\\Textlocal\\ServiceProvider"
]
}
},
"minimum-stability": "dev"
}