Skip to content

Commit d1fdedd

Browse files
committedApr 4, 2023
Allow php-http/discovery plugin to run
Test Plan: `composer install` Reviewers: dereckson Reviewed By: dereckson Differential Revision: https://devcentral.nasqueron.org/D2974
1 parent 650ed30 commit d1fdedd

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
@@ -58,7 +58,8 @@
5858
"config": {
5959
"preferred-install": "dist",
6060
"allow-plugins": {
61-
"kylekatarnls/update-helper": true
61+
"kylekatarnls/update-helper": true,
62+
"php-http/discovery": true
6263
}
6364
}
6465
}

0 commit comments

Comments
 (0)
Please sign in to comment.