Skip to content

Commit ac1db90

Browse files
committed
Clean composer.json
1 parent 6058d4e commit ac1db90

File tree

4 files changed

+122
-3754
lines changed

4 files changed

+122
-3754
lines changed

composer.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,14 @@
33
"php": ">=7.4"
44
},
55
"require-dev": {
6-
"friendsofphp/php-cs-fixer": "^3.86",
7-
"friendsoftwig/twigcs": "^6.1",
8-
"glpi-project/tools": "^0.8.0",
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",
13-
"phpunit/phpunit": "^9.6"
6+
"glpi-project/tools": "^0.8"
147
},
158
"config": {
169
"optimize-autoloader": true,
1710
"platform": {
1811
"php": "7.4.0"
1912
},
20-
"sort-packages": true,
21-
"allow-plugins": {
22-
"phpstan/extension-installer": true
23-
}
13+
"sort-packages": true
2414
},
2515
"autoload": {
2616
"psr-4": {

0 commit comments

Comments
 (0)