At this stage, the code is known to work and has been thoroughly tested
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user