22 lines
459 B
JSON
Executable File
22 lines
459 B
JSON
Executable File
{
|
|
"name": "ucrm-plugins/sms-twilio",
|
|
"description": "UCRM plugin for SMS notifications, powered by Twilio",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SmsNotifier\\": [
|
|
"src/"
|
|
]
|
|
}
|
|
},
|
|
"require": {
|
|
"ubnt/ucrm-plugin-sdk": "^0.10.0",
|
|
"twilio/sdk": "^7.9",
|
|
"php-di/php-di": "^7.0",
|
|
"katzgrau/klogger": "^1.2",
|
|
"stripe/stripe-php": "^13.11",
|
|
"ext-imagick": "*",
|
|
"google/apiclient": "^2.0"
|
|
}
|
|
}
|