File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
-------------
3
3
4
- ### v2020, unreleased
4
+ ### v2.0.0, 2021.04.13
5
5
6
6
* The library was fully refactored
Original file line number Diff line number Diff line change 1
1
Opis String
2
- Copyright 2018 Zindex Software
2
+ Copyright 2018-2021 Zindex Software
3
3
4
4
This product includes software developed at
5
5
Zindex Software (http://zindex.software).
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The full documentation for this library can be found [here][documentation].
21
21
22
22
## Requirements
23
23
24
- * PHP ^7.4| ^8.0
24
+ * PHP ^7.4 || ^8.0
25
25
* ext-json
26
26
* ext-iconv
27
27
@@ -39,7 +39,7 @@ Or you could directly reference it into your `composer.json` file as a dependenc
39
39
``` json
40
40
{
41
41
"require" : {
42
- "opis/string" : " ^2020 "
42
+ "opis/string" : " ^2.0 "
43
43
}
44
44
}
45
45
```
You can’t perform that action at this time.
0 commit comments