Stripe has drop PHP 5.3
This commit is contained in:
parent
8c03fdd51f
commit
8c128a2985
@ -71,7 +71,7 @@ class modStripe extends DolibarrModules
|
||||
// Dependencies
|
||||
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
|
||||
$this->requiredby = array(); // List of modules id to disable if this one is disabled
|
||||
$this->phpmin = array(5,3); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(5,4); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(5,0); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("stripe");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user