1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/externals/wepay/composer.json
epriestley 09be177376 Update WePay API to HEAD
Summary: This is mostly to pick up the LICENSE file for packaging purposes,
but also fixes a bug I reported.

Auditors: btrahan
2013-11-06 14:05:29 -08:00

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"]
}
}