Skip to content

Commit 1f732a0

Browse files
committed
GLPI 10.0 compatibility
- Permit installation on GLPI 10.0.x - Remove deprecated usage of Toolbox::unclean_cross_side_scripting_deep() - Replace deprecated usage of Html::autocompletionTextField() - Fix showForm() signature - Use same PHP minimal version as GLPI core - Remove deprecated usage of integer display width - Use default GLPI charset/collation during install/update - Force database dynamic row format - Migrate KnowbaseItem.date -> date_creation - Add database support - Use default sign on primary/foreign keys - $_SERVER['REQUEST_URI'] may be missing
1 parent 752d64e commit 1f732a0

12 files changed

+846
-137
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"require": {
3-
"php": "^7.2"
3+
"php": ">=7.4"
44
},
55
"require-dev": {
66
"glpi-project/tools": "^0.4"
77
},
88
"config": {
99
"optimize-autoloader": true,
1010
"platform": {
11-
"php": "7.2.0"
11+
"php": "7.4.0"
1212
},
1313
"sort-packages": true
1414
}

0 commit comments

Comments
 (0)