-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
43 lines (42 loc) · 969 Bytes
/
composer.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "iqbalhasandev/laravel-bulksmsbd",
"description": "Integrate SMS system into your project easily with bulk sms bd's API via this plugin.",
"type": "library",
"keywords": [
"package",
"library",
"Plugin",
"bulksmsbd",
"laravel-package",
"sms-api",
"laravel-plugin",
"bulksms",
"laravel-bulksms",
"laravel-bulksmsbd",
"laravel-sms-gateway"
],
"require": {
"guzzlehttp/guzzle": "^7.2"
},
"license": "MIT",
"authors": [
{
"name": "IQBAL HASAN",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"iqbalhasandev\\bulksmsbd\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"iqbalhasandev\\bulksmsbd\\BulkSMSBDServiceProvider"
],
"aliases": {}
}
}
}