mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
14 lines
190 B
JSON
14 lines
190 B
JSON
|
{
|
||
|
"name": "wepay/php-sdk",
|
||
|
"description": "WePay APIv2 SDK for PHP",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "WePay",
|
||
|
"email": "api@wepay.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"files": ["wepay.php"]
|
||
|
}
|
||
|
}
|