mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-07-02 00:18:42 +02:00
GLPI 10.0 compatibility
* Permit installation on GLPI 10.0.x * Remove dead code referencing removed method * Fix showForm() signature * Use same PHP minimal version as GLPI core; upgrade build libs * Remove deprecated usage of integer display width * Use default GLPI charset/collation during install/update * Force database dynamic row format * Fix files mode * Update compatibility in XML * Use default sign on primary/foreign keys
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"require": {
|
||||
"php": "^7.2"
|
||||
"php": ">=7.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"glpi-project/tools": "^0.4"
|
||||
@ -8,7 +8,7 @@
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"platform": {
|
||||
"php": "7.2.0"
|
||||
"php": "7.4.0"
|
||||
},
|
||||
"sort-packages": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user