2020-02-06 10:09:26 +00:00
|
|
|
{
|
|
|
|
"name": "ilink/backend",
|
2020-05-18 14:51:32 +00:00
|
|
|
"require": {
|
|
|
|
"phpmailer/phpmailer": "^6.1",
|
2020-10-09 14:10:26 +00:00
|
|
|
"twilio/sdk": "^6.4",
|
2021-05-21 12:29:24 +00:00
|
|
|
"guzzlehttp/guzzle": "^7.1",
|
2021-10-14 16:11:14 +00:00
|
|
|
"ext-json": "*",
|
2022-01-19 11:43:19 +00:00
|
|
|
"ext-mysqli": "*",
|
|
|
|
"ext-curl": "*"
|
2021-05-21 12:29:24 +00:00
|
|
|
},
|
|
|
|
"description": "iLink World Mobile Backend"
|
2020-02-06 10:09:26 +00:00
|
|
|
}
|