mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
document change, raise minimum PHP version to 7.3, remove branch refresh
This commit is contained in:
parent
48df1d29ac
commit
ecf100551d
3 changed files with 3 additions and 38 deletions
|
@ -35,7 +35,7 @@ class Controller
|
|||
*
|
||||
* @const string
|
||||
*/
|
||||
const MIN_PHP_VERSION = '5.6.0';
|
||||
const MIN_PHP_VERSION = '7.3.0';
|
||||
|
||||
/**
|
||||
* show the same error message if the paste expired or does not exist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue