[ad_1]
This plugin currently says it requires PHP 7.0 or higher per the plugin’s info (seen on the right side of which WordPress then honors & doesn’t update to a version that requires a PHP version that’s newer than what the site has.)
However, it seems wp-retina-2x/vendor/composer/platform_check.php has it where it’s then requiring PHP 7.3.0 or higher. It’s then throwing a site-wide fatal server error if/when that requirement isn’t met, too.
As a result, people with PHP 7.0.x – 7.2.x are all getting their sites broken due to a disconnect between the actual PHP version requirements of this plugin & something composer is using as part of the plugin.
As such, this plugin should either:
- Update its details to say it requires PHP 7.3.0 or higher.
- Revert/change whatever introduced the PHP >= 7.3.0 requirement within the composer setup so people on PHP >= 7.0 can still use the plugin without issue.
