1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/externals/wepay/composer.json

14 lines
190 B
JSON
Raw Normal View History

{
"name": "wepay/php-sdk",
"description": "WePay APIv2 SDK for PHP",
"authors": [
{
"name": "WePay",
"email": "api@wepay.com"
}
],
"autoload": {
"files": ["wepay.php"]
}
}