composer changed back to original
This commit is contained in:
parent
3578244b86
commit
25fab61b1e
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user