Skip to content

Commit 9c9e258

Browse files
authored
Fix composer install (#78)
1 parent 4eda342 commit 9c9e258

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

composer.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,18 @@
4747
}
4848
},
4949
"config": {
50-
"process-timeout": 0
50+
"process-timeout": 0,
51+
"allow-plugins": {
52+
"composer/installers": true
53+
}
5154
},
5255
"scripts": {
53-
"test": [
54-
"@phpunit"
55-
],
56-
"test-coverage": [
57-
"@phpunit-coverage"
58-
],
56+
"test": [
57+
"@phpunit"
58+
],
59+
"test-coverage": [
60+
"@phpunit-coverage"
61+
],
5962
"phpunit": "php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist",
6063
"phpunit-coverage": "php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist --testdox --coverage-text --coverage-html coverage/php --coverage-clover coverage/php/coverage.xml",
6164
"unit": [

0 commit comments

Comments
 (0)