Updated setup.php

This commit is contained in:
tips-of-mine
2025-05-31 14:40:12 +02:00
committed by GitHub
parent bd6d72129c
commit 5b30a110ac

View File

@ -3,6 +3,8 @@
* Init the hooks of the SOC plugin * Init the hooks of the SOC plugin
*/ */
use Glpi\Plugin\Hooks;
define('PLUGIN_SOC_VERSION', '1.0.0'); define('PLUGIN_SOC_VERSION', '1.0.0');
define('PLUGIN_SOC_MIN_GLPI', '10.0.0'); define('PLUGIN_SOC_MIN_GLPI', '10.0.0');
define('PLUGIN_SOC_MAX_GLPI', '10.1.0'); define('PLUGIN_SOC_MAX_GLPI', '10.1.0');