mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
09be177376
Summary: This is mostly to pick up the LICENSE file for packaging purposes, but also fixes a bug I reported. Auditors: btrahan
13 lines
190 B
JSON
13 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"]
|
|
}
|
|
}
|