The requirements status message provides a warning if the PHP version is inferior to 7.0:
Your PHP installation is too old. Environment Tokens requires at least PHP 7.0.

But the message is only for information. The module works with PHP5.6 and if the requirement is not met it will not stop the module from working. Therefore the message should be rewritten to reflect the true meaning of the requirement correctly.
Proposed message:
Your PHP installation is too old. PHP7.0 or higher is recommended for Environment Tokens.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3027637-2.patch | 1.05 KB | kurkuma |
Comments
Comment #2
kurkuma commentedPatch to change the requirements message and to turn the severity to REQUIREMENT_INFO so it doesn't block anything (eg: update.php).
Comment #4
kurkuma commentedComment #5
kurkuma commented