mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
27 lines
601 B
JSON
27 lines
601 B
JSON
{
|
|
"require": {
|
|
"php": ">=8.2"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.75",
|
|
"friendsoftwig/twigcs": "^6.1",
|
|
"glpi-project/tools": "^0.7.5",
|
|
"php-parallel-lint/php-parallel-lint": "^1.4"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"platform": {
|
|
"php": "8.2.99"
|
|
},
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Glpi\\Tools\\": "../../tools/src/"
|
|
}
|
|
}
|
|
}
|