Skip to content

Commit 9404fe6

Browse files
committed
Feature GLP11
1 parent eea539b commit 9404fe6

15 files changed

+757
-370
lines changed

composer.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
{
22
"require": {
3-
"php": ">=7.4"
3+
"php": ">=8.2"
44
},
55
"require-dev": {
66
"friendsofphp/php-cs-fixer": "^3.75",
7-
"glpi-project/tools": "^0.7.5"
7+
"friendsoftwig/twigcs": "^6.1",
8+
"glpi-project/tools": "^0.7.5",
9+
"php-parallel-lint/php-parallel-lint": "^1.4"
810
},
911
"config": {
1012
"optimize-autoloader": true,
1113
"platform": {
12-
"php": "7.4.0"
14+
"php": "8.2.99"
1315
},
14-
"sort-packages": true
16+
"sort-packages": true,
17+
"allow-plugins": {
18+
"phpstan/extension-installer": true
19+
}
20+
},
21+
"autoload-dev": {
22+
"psr-4": {
23+
"Glpi\\Tools\\": "../../tools/src/"
24+
}
1525
}
1626
}

0 commit comments

Comments
 (0)