![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/vendor/laravel-notification-channels/twilio/ |
{ "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": "[email protected]", "homepage": "https://github.com/gregoriohc", "role": "Developer" }, { "name": "atymic", "email": "[email protected]", "homepage": "https://atymic.dev", "role": "Developer" } ], "require": { "php": ">=7.2|^8.0", "twilio/sdk": "~6.0", "illuminate/notifications": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0", "illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0", "illuminate/events": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0", "illuminate/queue": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "require-dev": { "mockery/mockery": "^1.3", "phpunit/phpunit": "^8.5|^9.5", "orchestra/testbench": "^3|^4|^5|^6|^7" }, "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" ] } } }