Skip to content

Commit

Permalink
Old PHP Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stichoza committed Nov 28, 2022
1 parent c931540 commit df7df99
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -27,8 +27,13 @@ Install this package via [Composer](https://getcomposer.org/).
```
composer require stichoza/google-translate-php
```
> Note: **PHP 8.0 or later** is required. Use following versions of this package for older PHP versions:
> 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)).
| Package version | PHP Version | Documentation |
|-----------------|-------------|-------------------------------------------------------------------------------------------|
| `^5.0` | PHP >= 8.0 | |
| `^4.1` | PHP >= 7.1 | [v4 Docs](https://github.com/Stichoza/google-translate-php/tree/4.1#google-translate-php) |
| `^3.2` | PHP < 7.1 | [v3 Docs](https://github.com/Stichoza/google-translate-php/tree/3.2#google-translate-php) |

## Basic Usage

Expand Down

0 comments on commit df7df99

Please sign in to comment.