add phpmax and dolibarrmax (#33448)

This commit is contained in:
Mohamed DAOUD
2025-03-14 17:15:55 +01:00
committed by GitHub
parent 5196172a3a
commit 83a0faaf41
2 changed files with 8 additions and 0 deletions

View File

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