Skip to content

Commit

Permalink
Bumped "Buffer" package to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBuzz committed Feb 6, 2024
1 parent e8e3eea commit ad8f336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ You can perform static code analysis with psalm with the following command:
```php
require __DIR__.'/../vendor/autoload.php';

use XRPL_PHP\Client\JsonRpcClient;
use XRPL_PHP\Models\Account\AccountObjectsRequest;
use Hardcastle\XRPL_PHP\Client\JsonRpcClient;
use Hardcastle\XRPL_PHP\Models\Account\AccountObjectsRequest;

// Those will be purged from the Testnet in regular intervals, you can use fundWallet()
// to generate prefunded Wallets on the Testnet
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"php-ds/php-ds": "^1.4",
"simplito/elliptic-php": "^1.0.12",
"simplito/bn-php": "^1.1.4",
"hardcastle/buffer": "^0.1.1"
"hardcastle/buffer": "^0.2.0"
},
"require-dev": {
"phpunit/phpunit": "^10.3.1",
Expand Down

0 comments on commit ad8f336

Please sign in to comment.