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 committed Jun 17, 2023
1 parent 41c6060 commit 97cb556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ $response->getReasonPhrase(); # 200 Ok
$response->getBody()->getContents(); # {"value":10}
```

<div id='license'></div>

## License

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

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

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 @@
},
"require": {
"php": "^8.1||^8.2",
"tiny-blocks/serializer": "^1.0",
"tiny-blocks/serializer": "^2.0",
"psr/http-message": "^1.1",
"ext-mbstring": "*"
},
Expand Down

0 comments on commit 97cb556

Please sign in to comment.