mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-19 03:14:28 +01:00
add phpmax and dolibarrmax (#33448)
This commit is contained in:
@@ -157,7 +157,9 @@ class modMyModule extends DolibarrModules
|
||||
|
||||
// Prerequisites
|
||||
$this->phpmin = array(7, 1); // Minimum version of PHP required by module
|
||||
// $this->phpmax = array(8, 0); // Maximum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(19, -3); // Minimum version of Dolibarr required by module
|
||||
// $this->max_dolibarr_version = array(19, -3); // Maximum version of Dolibarr required by module
|
||||
$this->need_javascript_ajax = 0;
|
||||
|
||||
// Messages at activation
|
||||
|
||||
Reference in New Issue
Block a user