We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a7911 commit bb3db8cCopy full SHA for bb3db8c
.gitignore
@@ -3,4 +3,3 @@ build/
3
vendor/
4
composer.lock
5
phpunit.xml
6
-puli.json
puli.json
@@ -0,0 +1,16 @@
1
+{
2
+ "version": "1.0",
+ "name": "php-http/curl-client",
+ "bindings": {
+ "98239b8b-103b-4f47-94c7-4cba49a05a1f": {
+ "_class": "Puli\\Discovery\\Binding\\ClassBinding",
7
+ "class": "Http\\Client\\Curl\\Client",
8
+ "type": "Http\\Client\\HttpAsyncClient"
9
+ },
10
+ "a6a79968-2aa5-427c-bbe1-a581d9a48321": {
11
12
13
+ "type": "Http\\Client\\HttpClient"
14
+ }
15
16
+}
0 commit comments