Skip to content

Commit 97d0178

Browse files
committed
build: allow plugin php-http/discovery
1 parent 8230735 commit 97d0178

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,10 @@
5757
}
5858
},
5959
"minimum-stability": "dev",
60-
"prefer-stable": true
60+
"prefer-stable": true,
61+
"config": {
62+
"allow-plugins": {
63+
"php-http/discovery": true
64+
}
65+
}
6166
}

0 commit comments

Comments
 (0)