statickidz / php-google-translate-free

PHP class to use the Google Translator API for free.
GNU General Public License v3.0
271 stars 91 forks source link

Supported PHP versions? #33

Closed neha023 closed 3 years ago

neha023 commented 3 years ago

Which is minimum supported php version for this?

statickidz commented 3 years ago

You can see that in composer.json file "require": { "php": ">=5.4" }