allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
This commit is contained in:
45
vendor/twilio/sdk/composer.json
vendored
Normal file
45
vendor/twilio/sdk/composer.json
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user