Skip to content

Commit 1dbcbeb

Browse files
authored
Allow Composer to run php-http/discovery plugin (#489)
1 parent 9e2dda3 commit 1dbcbeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
},
6363
"config": {
6464
"allow-plugins": {
65-
"bamarni/composer-bin-plugin": true
65+
"bamarni/composer-bin-plugin": true,
66+
"php-http/discovery": true
6667
}
6768
}
6869
}

0 commit comments

Comments
 (0)