Skip to content

Commit ee7d81c

Browse files
authored
fix: Fixes README.md and updates dependencies.
1 parent 0e65760 commit ee7d81c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ The `equals` method compares the value of two VOs, and checks if they are equal.
6767
$transactionId = new TransactionId(value: 'e6e2442f-3bd8-421f-9ac2-f9e26ac4abd2');
6868
$otherTransactionId = new TransactionId(value: 'e6e2442f-3bd8-421f-9ac2-f9e26ac4abd2');
6969

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

7373
## License
7474

75-
Math is licensed under [MIT](/LICENSE).
75+
Value Object is licensed under [MIT](LICENSE).
7676

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"require-dev": {
4343
"infection/infection": "^0.26",
44-
"phpmd/phpmd": "^2.12",
45-
"phpunit/phpunit": "^9.5",
44+
"phpmd/phpmd": "^2.13",
45+
"phpunit/phpunit": "^9.6",
4646
"squizlabs/php_codesniffer": "^3.7"
4747
},
4848
"scripts": {

0 commit comments

Comments
 (0)