block-scaffolding-wp icon indicating copy to clipboard operation
block-scaffolding-wp copied to clipboard

Decide on the PHP requirement logic

Open kasparsd opened this issue 5 years ago • 1 comments

WordPress plugins hosted on WP.org should support PHP versions down to 5.6 while most of the enterprise projects can rely on PHP 7+ being present. We need to figure out how to account for both of these scenarios.

kasparsd avatar Dec 10 '19 12:12 kasparsd

Plugin code should be PHP 5.6+ compatible, while dev dependencies can be higher as those can be executed from the container.

derekherman avatar Dec 10 '19 12:12 derekherman