Skip to content

Commit 9f5f96a

Browse files
author
Scott Sandler
authored
enable allow-plugins to fix composer install (#86)
1 parent 806439f commit 9f5f96a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,10 @@
2424
"hhvm/hhast": ">=v4.135.1",
2525
"facebook/fbexpect": "^2.8.0",
2626
"hhvm/hacktest": ">=2.2.3"
27+
},
28+
"config": {
29+
"allow-plugins": {
30+
"hhvm/hhvm-autoload": true
31+
}
2732
}
2833
}

0 commit comments

Comments
 (0)