Skip to content

Commit ace4b98

Browse files
committed
Updated changelog, readme
1 parent a653c95 commit ace4b98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CHANGELOG
22
-------------
33

4-
### v2020, unreleased
4+
### v2.0.0, 2021.04.13
55

66
* The library was fully refactored

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Opis String
2-
Copyright 2018 Zindex Software
2+
Copyright 2018-2021 Zindex Software
33

44
This product includes software developed at
55
Zindex Software (http://zindex.software).

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The full documentation for this library can be found [here][documentation].
2121

2222
## Requirements
2323

24-
* PHP ^7.4|^8.0
24+
* PHP ^7.4 || ^8.0
2525
* ext-json
2626
* ext-iconv
2727

@@ -39,7 +39,7 @@ Or you could directly reference it into your `composer.json` file as a dependenc
3939
```json
4040
{
4141
"require": {
42-
"opis/string": "^2020"
42+
"opis/string": "^2.0"
4343
}
4444
}
4545
```

0 commit comments

Comments
 (0)