Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Determine minimum PHP version for WordPress core
This implementation breaks for non-stable versions, i.e: `beta` and `rc`. https://github.com/ItinerisLtd/wordpress/blob/1d34138b86fb5500480c97fba159b30afbe2a87d/src/MinPhpVersion.php would be a more robust alternative. However, it requires introducing `composer` to the build system. See: - https://wordpress.org/news/2019/04/minimum-php-version-update/ - http://displaywp.com/wordpress-minimum-php-version/
- Loading branch information