Skip to content

Commit b4b0dd5

Browse files
committed
Do not install composer plugins (causes error on CI)
1 parent 81b6a8d commit b4b0dd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,8 @@
6262
"fix": "Fix PHP code so it meets coding standards",
6363
"unit": "Run PHPUnit tests",
6464
"test": "Run all tests (phplint, phpcs, phpunit)"
65+
},
66+
"config": {
67+
"allow-plugins": false
6568
}
6669
}

0 commit comments

Comments
 (0)