Skip to content

Commit

Permalink
fix: Fixes README.md and updates dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofreze authored Jun 17, 2023
1 parent 0e65760 commit ee7d81c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ The `equals` method compares the value of two VOs, and checks if they are equal.
$transactionId = new TransactionId(value: 'e6e2442f-3bd8-421f-9ac2-f9e26ac4abd2');
$otherTransactionId = new TransactionId(value: 'e6e2442f-3bd8-421f-9ac2-f9e26ac4abd2');

echo $transactionId->equals(other: $otherTransactionId); # 1 (true)
$transactionId->equals(other: $otherTransactionId); # 1 (true)
```

## License

Math is licensed under [MIT](/LICENSE).
Value Object is licensed under [MIT](LICENSE).

<div id='contributing'></div>

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"require-dev": {
"infection/infection": "^0.26",
"phpmd/phpmd": "^2.12",
"phpunit/phpunit": "^9.5",
"phpmd/phpmd": "^2.13",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.7"
},
"scripts": {
Expand Down

0 comments on commit ee7d81c

Please sign in to comment.