From 97cb556ebea3f0dd1961304021466cdfbccdecc6 Mon Sep 17 00:00:00 2001 From: gustavofreze Date: Sat, 17 Jun 2023 12:55:58 -0300 Subject: [PATCH] fix: Fixes README.md and updates dependencies. --- README.md | 4 +++- composer.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 211e470..130a72d 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,11 @@ $response->getReasonPhrase(); # 200 Ok $response->getBody()->getContents(); # {"value":10} ``` +
+ ## License -Math is licensed under [MIT](/LICENSE). +Http is licensed under [MIT](LICENSE).
diff --git a/composer.json b/composer.json index db63be8..d6813b5 100644 --- a/composer.json +++ b/composer.json @@ -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": "*" },