inpsyde / wp-translation-downloader

Composer plugin to download WordPress translations
MIT License
46 stars 3 forks source link

Is PHP 8 supported? #18

Closed benoitchantre closed 2 years ago

benoitchantre commented 2 years ago

In composer.json, I see "php": ">=7.1" as requirement, but the unit tests matrix doesn't have PHP 8 or PHP 8.1.

If PHP 8 and PHP 8.1 are not supported, composer.json should indicate a requirement like that : "php": "^7.1".

Chrico commented 2 years ago

Hey ☕ right now i'm using it locally with PHP 8.0 and it works. So we might can adapt the composer.json and Github workflows to cover PHP 7 and 8.