We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5426a0 commit 4654b6dCopy full SHA for 4654b6d
1 file changed
setup.php.tpl
@@ -64,7 +64,7 @@ function plugin_version_{LNAME}() {
64
'requirements' => [
65
'glpi' => [
66
'min' => PLUGIN_{UNAME}_MIN_GLPI_VERSION,
67
- 'min' => PLUGIN_{UNAME}_MAX_GLPI_VERSION,
+ 'max' => PLUGIN_{UNAME}_MAX_GLPI_VERSION,
68
]
69
70
];
0 commit comments