mobilebackend/composer.json

11 lines
235 B
JSON
Raw Normal View History

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