19 lines
364 B
JSON
19 lines
364 B
JSON
{
|
|
"name": "local/voipms-cli",
|
|
"description": "Small PHP library and CLI for the VoIP.ms REST/JSON API.",
|
|
"type": "library",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"ext-curl": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"VoipMs\\": "src/"
|
|
}
|
|
},
|
|
"bin": [
|
|
"voipms-cli.php"
|
|
]
|
|
}
|