From fe26e348bc00f50e7d4ac7295fc80f9974646141 Mon Sep 17 00:00:00 2001 From: paladox Date: Fri, 7 Feb 2025 20:16:59 +0000 Subject: [PATCH] Fix composer install --- composer.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 10d8f89..16d7379 100644 --- a/composer.json +++ b/composer.json @@ -47,15 +47,18 @@ } }, "config": { - "process-timeout": 0 + "process-timeout": 0, + "allow-plugins": { + "composer/installers": true + } }, "scripts": { - "test": [ - "@phpunit" - ], - "test-coverage": [ - "@phpunit-coverage" - ], + "test": [ + "@phpunit" + ], + "test-coverage": [ + "@phpunit-coverage" + ], "phpunit": "php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist", "phpunit-coverage": "php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist --testdox --coverage-text --coverage-html coverage/php --coverage-clover coverage/php/coverage.xml", "unit": [