diff --git a/includes/class-woocommerce.php b/includes/class-woocommerce.php index a12ab0b53ac..36945d3cf20 100644 --- a/includes/class-woocommerce.php +++ b/includes/class-woocommerce.php @@ -229,8 +229,8 @@ final class WooCommerce { $this->define( 'WC_LOG_DIR', $upload_dir['basedir'] . '/wc-logs/' ); $this->define( 'WC_SESSION_CACHE_GROUP', 'wc_session_id' ); $this->define( 'WC_TEMPLATE_DEBUG_MODE', false ); - $this->define( 'WC_NOTICE_MIN_PHP_VERSION', '5.6.20' ); - $this->define( 'WC_NOTICE_MIN_WP_VERSION', '4.9' ); + $this->define( 'WC_NOTICE_MIN_PHP_VERSION', '7.0' ); + $this->define( 'WC_NOTICE_MIN_WP_VERSION', '5.0' ); } /**