Skip to content

Commit f9666b7

Browse files
committed
Strings 5.0.1
1 parent 921b3cc commit f9666b7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="5.0.1"></a>
2+
# [5.0.1](https://github.com/glowyphp/strings) (2022-07-03)
3+
* Dependencies fixes.
4+
5+
<a name="5.0.0"></a>
6+
# [5.0.0](https://github.com/glowyphp/strings) (2022-07-03)
7+
* All Helpers functions are placed into the Glowy/Strings namespace.
8+
* Use union types.
9+
* Moving to PHP 8.1
10+
111
<a name="4.4.0"></a>
212
# [4.4.0](https://github.com/glowyphp/strings) (2022-07-02)
313
* Added is() method.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^8.1",
2121
"ext-json": "*",
2222
"ext-mbstring": "*",
23-
"glowy/macroable": "^3.0"
23+
"glowy/macroable": "^4.0"
2424
},
2525
"autoload":{
2626
"psr-4": {

0 commit comments

Comments
 (0)