composer changed back to original

This commit is contained in:
Sascha Schmolz 2020-10-02 14:35:59 +02:00
parent 3578244b86
commit 25fab61b1e
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "sashmaaan/btcpayserver-php-client",
"name": "btcpayserver-php-client/btcpayserver-php-client",
"description": "PHP Library to work with the new cryptographically secure BTCPayServer API",
"license": "MIT",
"minimum-stability": "stable",

View File

@ -21,7 +21,6 @@ require __DIR__ . '/../../vendor/autoload.php';
define('KEY_DIR', __DIR__ . '/tmp'); // directory to store your key files
define('PRIVATE_KEY_NAME', '/btcpay.pri');
define('PUBLIC_KEY_NAME', '/btcpay.pub');
define('PASSWORD', 'TopSecretPassword'); // change this to a strong password
// Start by creating a PrivateKey object