mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-08-24 14:45:48 +02:00
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.75",
|
|
"glpi-project/tools": "^0.7.5"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"platform": {
|
|
"php": "7.4.0"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|