Skip to content

Commit bb3db8c

Browse files
committed
Make sure discovery can find the curl client
1 parent 65a7911 commit bb3db8c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ build/
33
vendor/
44
composer.lock
55
phpunit.xml
6-
puli.json

puli.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "1.0",
3+
"name": "php-http/curl-client",
4+
"bindings": {
5+
"98239b8b-103b-4f47-94c7-4cba49a05a1f": {
6+
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
7+
"class": "Http\\Client\\Curl\\Client",
8+
"type": "Http\\Client\\HttpAsyncClient"
9+
},
10+
"a6a79968-2aa5-427c-bbe1-a581d9a48321": {
11+
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
12+
"class": "Http\\Client\\Curl\\Client",
13+
"type": "Http\\Client\\HttpClient"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)