We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62b3d7d + e9f0979 commit ce1800cCopy full SHA for ce1800c
.gitignore
@@ -1,3 +1,4 @@
1
+.puli/
2
build/
3
vendor/
4
composer.lock
puli.json
@@ -0,0 +1,11 @@
+{
+ "version": "1.0",
+ "binding-types": {
+ "Http\\Client\\HttpAsyncClient": {
5
+ "description": "Async HTTP Client"
6
+ },
7
+ "Http\\Client\\HttpClient": {
8
+ "description": "HTTP Client"
9
+ }
10
11
+}
0 commit comments