Skip to content

Commit

Permalink
Added minimal php version prereq in setup.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutsNL committed Nov 15, 2023
1 parent c757e4e commit c04d9e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ function plugin_version_ticketfilter() : array
'glpi' => [
'min' => PLUGIN_TICKETFILTER_MIN_GLPI,
'max' => PLUGIN_TICKETFILTER_MAX_GLPI,
],
'php' => [
'min' => '8.0'
]
]
];
Expand Down

0 comments on commit c04d9e3

Please sign in to comment.