Skip to content

Commit ad279a6

Browse files
Allow php-http/discovery as a composer plugin (laravel#6106)
1 parent 36202b2 commit ad279a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"preferred-install": "dist",
5858
"sort-packages": true,
5959
"allow-plugins": {
60-
"pestphp/pest-plugin": true
60+
"pestphp/pest-plugin": true,
61+
"php-http/discovery": true
6162
}
6263
},
6364
"minimum-stability": "stable",

0 commit comments

Comments
 (0)