Template-GLPI-Plugin/composer.json
Cédric Anne a804e2b5cc 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
2022-07-21 09:33:09 +02:00

16 lines
265 B
JSON

{
"require": {
"php": ">=7.4"
},
"require-dev": {
"glpi-project/tools": "^0.4"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.4.0"
},
"sort-packages": true
}
}