updated php version
This commit is contained in:
parent
f7c187bb83
commit
eb6bf3b076
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
// Define minimum supported PHP version
|
||||
define('AKAUNTING_PHP', '7.2.5');
|
||||
define('AKAUNTING_PHP', '7.3.0');
|
||||
|
||||
// Check PHP version
|
||||
if (version_compare(PHP_VERSION, AKAUNTING_PHP, '<')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user