Skip to content

Commit 5df947b

Browse files
authored
Merge pull request #63 from packagist/php-htt-discovery-plugin
Composer: allow php-http/discovery plugin
2 parents a943d30 + 64583c4 commit 5df947b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@
3434
},
3535
"scripts": {
3636
"toc": "./gh-md-toc --insert README.md"
37+
},
38+
"config": {
39+
"allow-plugins": {
40+
"php-http/discovery": true
41+
}
3742
}
3843
}

0 commit comments

Comments
 (0)