Skip to content

Commit d493fb5

Browse files
authored
fix(ci): remove conflicting dev dependencies with GLPI core (#329)
* fix(ci): remove conflicting dev dependencies with GLPI core * fix * fix * fix * fix
1 parent 5c05d65 commit d493fb5

2 files changed

Lines changed: 167 additions & 2043 deletions

File tree

composer.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,14 @@
44
"masnathan/odtphp": "dev-teclib"
55
},
66
"require-dev": {
7-
"friendsofphp/php-cs-fixer": "^3.85",
8-
"glpi-project/tools": "^0.7",
9-
"php-parallel-lint/php-parallel-lint": "^1.4",
10-
"phpstan/extension-installer": "^1.4",
11-
"phpstan/phpstan": "^2.1",
12-
"phpstan/phpstan-deprecation-rules": "^2.0"
7+
"glpi-project/tools": "^0.7"
138
},
149
"config": {
1510
"optimize-autoloader": true,
1611
"platform": {
1712
"php": "7.4.0"
1813
},
19-
"sort-packages": true,
20-
"allow-plugins": {
21-
"phpstan/extension-installer": true
22-
}
14+
"sort-packages": true
2315
},
2416
"repositories": [
2517
{

0 commit comments

Comments
 (0)