mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-07-02 00:18:42 +02:00
Feature GLP11
This commit is contained in:
@ -1,15 +1,26 @@
|
||||
{
|
||||
"require": {
|
||||
"php": ">=7.4"
|
||||
"php": ">=8.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"glpi-project/tools": "^0.5"
|
||||
"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": "7.4.0"
|
||||
"php": "8.2.99"
|
||||
},
|
||||
"sort-packages": true
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"phpstan/extension-installer": true
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Glpi\\Tools\\": "../../tools/src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user