mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
16 lines
265 B
JSON
16 lines
265 B
JSON
{
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"glpi-project/tools": "^0.5"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"platform": {
|
|
"php": "7.4.0"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|