Skip to content

Commit 99c89bc

Browse files
committed
GLPI 10.0 compatibility
- Permit installation on GLPI 10.0.x - 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 - Remove dead code and useless files - Use default sign on primary/foreign keys
1 parent 87581bc commit 99c89bc

21 files changed

Lines changed: 627 additions & 339 deletions

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)