Skip to content

Commit

Permalink
Strings 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jul 3, 2022
1 parent 921b3cc commit f9666b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="5.0.1"></a>
# [5.0.1](https://github.com/glowyphp/strings) (2022-07-03)
* Dependencies fixes.

<a name="5.0.0"></a>
# [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

<a name="4.4.0"></a>
# [4.4.0](https://github.com/glowyphp/strings) (2022-07-02)
* Added is() method.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.1",
"ext-json": "*",
"ext-mbstring": "*",
"glowy/macroable": "^3.0"
"glowy/macroable": "^4.0"
},
"autoload":{
"psr-4": {
Expand Down

0 comments on commit f9666b7

Please sign in to comment.