File: /home/h278792/public_html/disc/vendor/twilio/sdk/composer.json
{
"name": "twilio/sdk",
"type": "library",
"description": "A PHP wrapper for Twilio's API",
"keywords": ["twilio", "sms", "api"],
"homepage": "https://github.com/twilio/twilio-php",
"license": "MIT",
"authors": [
{
"name": "Twilio API Team",
"email": "api@twilio.com"
}
],
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"phpunit/phpunit": ">=7.0 < 10",
"friendsofphp/php-cs-fixer": "^3.0"
},
"suggest": {
"guzzlehttp/guzzle": "An HTTP client to execute the API requests"
},
"autoload": {
"psr-4": {
"Twilio\\": "src/Twilio/"
}
},
"autoload-dev": {
"psr-4": {
"": "src/Twilio/",
"Twilio\\Tests\\": "tests/Twilio/"
}
},
"scripts": {
"php84-fix": [
"@putenv PHP_CS_FIXER_IGNORE_ENV=1",
"vendor/bin/php-cs-fixer -vvv fix --using-cache=no ."
]
},
"config": {
"lock": false
}
}