Skip to content

Commit 56b4ed4

Browse files
authored
Clean composer.json (#22)
* Clean composer.json * fix
1 parent a266ecd commit 56b4ed4

File tree

2 files changed

+120
-2149
lines changed

2 files changed

+120
-2149
lines changed

composer.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,14 @@
33
"php": ">=7.4"
44
},
55
"require-dev": {
6-
"friendsofphp/php-cs-fixer": "^3.91",
7-
"friendsoftwig/twigcs": "^6.1",
8-
"glpi-project/tools": "^0.8.3",
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"
6+
"glpi-project/tools": "^0.8.3"
137
},
148
"config": {
159
"optimize-autoloader": true,
1610
"platform": {
1711
"php": "7.4.0"
1812
},
19-
"sort-packages": true,
20-
"allow-plugins": {
21-
"phpstan/extension-installer": true
22-
}
13+
"sort-packages": true
2314
},
2415
"autoload-dev": {
2516
"psr-4": {

0 commit comments

Comments
 (0)