Skip to content

Commit

Permalink
Merge pull request #370 from cloudflare/ISSUE-368-bump-min-php-version
Browse files Browse the repository at this point in the history
Bump CLOUDFLARE_MIN_PHP_VERSION to 7.2
  • Loading branch information
jacobbednarz authored Feb 10, 2021
2 parents 01f461d + d5fb05d commit 6cd6887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
exit;
}

define('CLOUDFLARE_MIN_PHP_VERSION', '5.3.10');
define('CLOUDFLARE_MIN_PHP_VERSION', '7.2');
define('CLOUDFLARE_MIN_WP_VERSION', '3.4');
define('CLOUDFLARE_PLUGIN_DIR', plugin_dir_path(__FILE__));

Expand Down

0 comments on commit 6cd6887

Please sign in to comment.