Popup-Maker icon indicating copy to clipboard operation
Popup-Maker copied to clipboard

Update PHP version requirement in readme

Open jmejmejme opened this issue 4 months ago • 3 comments

Describe the bug

In the readme file and on the wordpress.org plugin page, "Requires PHP: 5.6"

In composer.php:

"config": {
		"platform": {
			"php": "7.4"

Installing the plugin in any PHP version lower than 7.2 results in a critical error printing a message from vendor/composer/platform_check.php

Site information

Popup Maker version: 1.20.2

WordPress version: 6.2

PHP version: <7.2.0

Expected behavior

PHP version requirement in the readme should reflect plugin requirements

Current behavior

PHP version requirement does not reflect actual plugin requirements

Steps to reproduce

  1. Install plugin in a WordPress site running on a PHP version lower than 7.2.0

Additional context

Requiring PHP 7.2 or 7.4 is totally reasonable! Just a nudge to update the readme.

jmejmejme avatar Oct 02 '24 19:10 jmejmejme