Prefer php-http/discovery over nyholm/psr7 when installed (#1198)

This commit is contained in:
Nicolas Grekas
2023-05-06 18:42:28 +02:00
committed by GitHub
parent bdf9c6cb59
commit eb27ff3702
3 changed files with 18 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"php-http/discovery": ">=1.18"
}
}