%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/admin1/vendor/laravel-notification-channels/twilio/ |
Upload File : |
{
"name": "laravel-notification-channels/twilio",
"description": "Provides Twilio notification channel for Laravel",
"keywords": [
"laravel",
"twilio",
"notification",
"sms",
"call",
"mms"
],
"license": "MIT",
"support": {
"issues": "https://github.com/laravel-notification-channels/twilio/issues",
"source": "https://github.com/laravel-notification-channels/twilio"
},
"authors": [
{
"name": "Gregorio Hernández Caso",
"email": "gregoriohc@gmail.com",
"homepage": "https://github.com/gregoriohc",
"role": "Developer"
},
{
"name": "atymic",
"email": "atymicq@gmail.com",
"homepage": "https://atymic.dev",
"role": "Developer"
}
],
"require": {
"php": ">=7.2|^8.0",
"twilio/sdk": "~6.0",
"illuminate/notifications": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/events": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/queue": "^7.0 || ^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^8.5|^9.5",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
"NotificationChannels\\Twilio\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"NotificationChannels\\Twilio\\Tests\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"test:unit": "phpunit --verbose --testsuite Unit",
"test:integration": "phpunit --verbose --testsuite Integration"
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"NotificationChannels\\Twilio\\TwilioProvider"
]
}
}
}