We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921b3cc commit f9666b7Copy full SHA for f9666b7
CHANGELOG.md
@@ -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
11
<a name="4.4.0"></a>
12
# [4.4.0](https://github.com/glowyphp/strings) (2022-07-02)
13
* Added is() method.
composer.json
@@ -20,7 +20,7 @@
20
"php": "^8.1",
21
"ext-json": "*",
22
"ext-mbstring": "*",
23
- "glowy/macroable": "^3.0"
+ "glowy/macroable": "^4.0"
24
},
25
"autoload":{
26
"psr-4": {
0 commit comments