Skip to content

Commit

Permalink
rename package & test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andkom committed Sep 12, 2018
1 parent 7a90d9b commit d7a4d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "andkom/bcdatastream",
"name": "andkom/php-bcdatastream",
"description": "A simple stream implementation in PHP for reading/writing binary data in Bitcoin protocol.",
"type": "library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tests/WriterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace AndKom\PhpBitcoinWallet\Tests;
namespace AndKom\BCDataStream\Tests;

use AndKom\BCDataStream\ByteOrder;
use AndKom\BCDataStream\Writer;
Expand Down

0 comments on commit d7a4d17

Please sign in to comment.