Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Dec 21, 2022
1 parent 118979a commit d661b16
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,12 @@
},
"config": {
"allow-plugins": {
"infection/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
"infection/extension-installer": true
},
"classmap-authoritative": true,
"discard-changes": true,
"optimize-autoloader": true,
"platform": {
"php": "8.0.99"
},
"preferred-install": "dist",
"prepend-autoloader": true,
"process-timeout": 5000,
Expand All @@ -88,6 +84,7 @@
"@psalm",
"@infection"
],
"infection": "vendor/bin/infection --ansi --verbose",
"missing-returntypes": "psalm --alter --issues=MissingReturnType",
"normalizer": "@composer normalize --no-check-lock",
"phpstan": "vendor/bin/phpstan --ansi --verbose --xdebug",
Expand Down

0 comments on commit d661b16

Please sign in to comment.