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:
El RIDO
2019-06-16 10:50:52 +02:00
parent 8515c9d223
commit 4d6897f063
4 changed files with 3 additions and 4 deletions

View File

@@ -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