We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a266ecd commit 56b4ed4Copy full SHA for 56b4ed4
composer.json
@@ -3,23 +3,14 @@
3
"php": ">=7.4"
4
},
5
"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"
+ "glpi-project/tools": "^0.8.3"
13
14
"config": {
15
"optimize-autoloader": true,
16
"platform": {
17
"php": "7.4.0"
18
19
- "sort-packages": true,
20
- "allow-plugins": {
21
- "phpstan/extension-installer": true
22
- }
+ "sort-packages": true
23
24
"autoload-dev": {
25
"psr-4": {
0 commit comments