From f9666b7faf7e1d160939db40c742e007c65d9759 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Sun, 3 Jul 2022 18:53:05 +0300 Subject: [PATCH] Strings 5.0.1 --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 555faa4..d05be76 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [5.0.1](https://github.com/glowyphp/strings) (2022-07-03) +* Dependencies fixes. + + +# [5.0.0](https://github.com/glowyphp/strings) (2022-07-03) +* All Helpers functions are placed into the Glowy/Strings namespace. +* Use union types. +* Moving to PHP 8.1 + # [4.4.0](https://github.com/glowyphp/strings) (2022-07-02) * Added is() method. diff --git a/composer.json b/composer.json index 868ade7..e9f1ffc 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^8.1", "ext-json": "*", "ext-mbstring": "*", - "glowy/macroable": "^3.0" + "glowy/macroable": "^4.0" }, "autoload":{ "psr-4": {