increasing minimum PHP version to 5.5 as this is required by the yzalis/identicon library upgrade to version 1.2.0
This commit is contained in:
@@ -35,7 +35,7 @@ class Controller
|
||||
*
|
||||
* @const string
|
||||
*/
|
||||
const MIN_PHP_VERSION = '5.4.0';
|
||||
const MIN_PHP_VERSION = '5.5.0';
|
||||
|
||||
/**
|
||||
* show the same error message if the paste expired or does not exist
|
||||
|
||||
Reference in New Issue
Block a user