block-scaffolding-wp
block-scaffolding-wp copied to clipboard
Decide on the PHP requirement logic
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.
Plugin code should be PHP 5.6+ compatible, while dev dependencies can be higher as those can be executed from the container.