Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 5f50929

Browse files
committed
Update README.md
1 parent 8034761 commit 5f50929

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ dashboards to track activity and problems.
1616

1717
## Supported PHP versions
1818

19-
`stats-php` version `1.x` supports the following PHP version: `7.0`, `7.1`, `7.2`. If you going to use the library with newer PHP versions - consider using version `2.x+`.
19+
`stats-php` version `1.x` supports the following PHP version: `7.0`, `7.1`, `7.2`. If you going to use the library with newer PHP versions - consider using version `2.x+`.
20+
21+
Since version `2.x`, this library start using the built-in `intl` PHP extension instead of `behat/transliterator`
2022

2123
## Key Features
2224

@@ -29,6 +31,18 @@ dashboards to track activity and problems.
2931
* Easy to build HTTP requests metrics - timing and count
3032
* Generalise or modify HTTP Requests metric - e.g. skip ID part
3133

34+
## Dependencies
35+
36+
### Version `1.x`
37+
38+
- `php: >= 5.6`
39+
- `behat/transliterator: ^1.2`
40+
41+
### Version `2.x`
42+
43+
- `php: >= 7.3`
44+
- `ext-intl: >= 2.0`
45+
3246
## Installation
3347

3448
```sh

0 commit comments

Comments
 (0)