Skip to content

Commit

Permalink
Enforce usage of PHP >= 5.5.0
Browse files Browse the repository at this point in the history
Fixes #23378
  • Loading branch information
atrol committed Sep 20, 2017
1 parent 9f44131 commit 380fde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/php_api.php
Expand Up @@ -30,7 +30,7 @@
/**
* Constant for our minimum required PHP version
*/
define( 'PHP_MIN_VERSION', '5.3.2' );
define( 'PHP_MIN_VERSION', '5.5.0' );

/**
* Determine if PHP is running in CLI or CGI mode and return the mode.
Expand Down

0 comments on commit 380fde1

Please sign in to comment.