mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-07-01 16:18:41 +02:00
Drop support of GLPI < 9.5
This commit is contained in:
@ -1,10 +1,15 @@
|
||||
{
|
||||
"require": {
|
||||
"php": "^7.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"glpi-project/tools": "^0.1"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"platform": {
|
||||
"php": "5.6"
|
||||
}
|
||||
"php": "7.2.0"
|
||||
},
|
||||
"sort-packages": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user