|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/poskrypt/test.poskrypt.com/vendor1/aloha/twilio/ |
Upload File : |
{
"name": "aloha/twilio",
"description": "Twilio API for Laravel",
"type": "library",
"keywords": ["sms","ivr","laravel","twilio"],
"authors": [
{
"name": "Travis J Ryan",
"email": "travisjryan@gmail.com"
},
{
"name": "Hannes Van De Vreken",
"email": "vandevreken.hannes@gmail.com"
}
],
"homepage":"https://github.com/aloha/laravel-twilio",
"license": "MIT",
"require": {
"php": ">=5.5.0",
"twilio/sdk":"5.*,<5.42.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.9",
"illuminate/console": "~4||~5",
"illuminate/support": "~4||~5",
"phpunit/phpunit": "~4.5"
},
"autoload": {
"psr-4": {
"Aloha\\Twilio\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Aloha\\Twilio\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit",
"cs": "php-cs-fixer fix src/ --level=psr2"
},
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
"Aloha\\Twilio\\Support\\Laravel\\ServiceProvider"
],
"aliases": {
"Twilio": "Aloha\\Twilio\\Support\\Laravel\\Facade"
}
}
}
}