mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-10-13 20:24:34 +02:00
Feature GLP11 (#88)
* Feature GLP11 * phpstan * enable CI and fix phstanneon * Update .github/workflows/continuous-integration.yml Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> * Update phpstan.neon Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> * 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. <8530352+Rom1-B@users.noreply.github.com> Co-authored-by: Johan Cwiklinski <johan@x-tnd.be> Co-authored-by: Rom1-B <rom1.biot@gmail.com>
This commit is contained in:
@@ -1,16 +1,20 @@
|
||||
{
|
||||
"require": {
|
||||
"php": ">=7.4"
|
||||
"php": ">=8.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.86",
|
||||
"glpi-project/tools": "^0.8.0"
|
||||
"glpi-project/tools": "^0.8"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"platform": {
|
||||
"php": "7.4.0"
|
||||
"php": "8.2.99"
|
||||
},
|
||||
"sort-packages": true
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Glpi\\Tools\\": "../../tools/src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user