mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 11:41:31 +00:00
33 lines
872 B
JSON
Executable File
33 lines
872 B
JSON
Executable File
{
|
|
"name": "africastalking/africastalking",
|
|
"description": "Official Africa's Talking PHP SDK",
|
|
"keywords": ["sms", "voice", "ussd", "text message", "airtime", "api", "africastalking"],
|
|
"homepage": "http://github.com/AfricasTalkingLtd/africastalking-php",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Africas's Talking",
|
|
"email": "support@africastalking.com",
|
|
"homepage": "https://www.africastalking.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"guzzlehttp/guzzle": "^6.0 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"AfricasTalking\\SDK\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"AfricasTalking\\SDK\\Tests\\": "tests"
|
|
}
|
|
}
|
|
}
|