diff --git a/composer.json b/composer.json index 5a98697..c79b3b0 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,9 @@ "config": { "allow-plugins": { "phpstan/extension-installer": true - } + }, + "process-timeout": 0, + "sort-packages": true }, "scripts": { "test": "phpunit",