mirror of
https://github.com/pluginsGLPI/example.git
synced 2026-09-08 16:06:57 +02:00
* Feature GLP11 * phpstan * enable CI and fix phstanneon * Update .github/workflows/continuous-integration.yml Co-authored-by: Romain B. <[email protected]> * Update phpstan.neon Co-authored-by: Romain B. <[email protected]> * Pass all paramters to parent call * move query -> doQuery * fix direct query * release GLPI 11.0 * Clean composer.json * psalm + rector * fix --------- Co-authored-by: Romain B. <[email protected]> Co-authored-by: Johan Cwiklinski <[email protected]> Co-authored-by: Rom1-B <[email protected]>
21 lines
372 B
JSON
21 lines
372 B
JSON
{
|
|
"require": {
|
|
"php": ">=8.2"
|
|
},
|
|
"require-dev": {
|
|
"glpi-project/tools": "^0.8"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"platform": {
|
|
"php": "8.2.99"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Glpi\\Tools\\": "../../tools/src/"
|
|
}
|
|
}
|
|
}
|