Skip to content

Commit df7df99

Browse files
committed
Old PHP Docs
1 parent c931540 commit df7df99

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ Install this package via [Composer](https://getcomposer.org/).
2727
```
2828
composer require stichoza/google-translate-php
2929
```
30+
> Note: **PHP 8.0 or later** is required. Use following versions of this package for older PHP versions:
3031
31-
> Note: **PHP 7.1 or later** is required. For older versions, use `^3.2` version of this package (see [old docs](https://github.com/Stichoza/google-translate-php/tree/3.2#google-translate-php)).
32+
| Package version | PHP Version | Documentation |
33+
|-----------------|-------------|-------------------------------------------------------------------------------------------|
34+
| `^5.0` | PHP >= 8.0 | |
35+
| `^4.1` | PHP >= 7.1 | [v4 Docs](https://github.com/Stichoza/google-translate-php/tree/4.1#google-translate-php) |
36+
| `^3.2` | PHP < 7.1 | [v3 Docs](https://github.com/Stichoza/google-translate-php/tree/3.2#google-translate-php) |
3237

3338
## Basic Usage
3439

0 commit comments

Comments
 (0)