Skip to content

Commit ce1800c

Browse files
committed
Merge pull request #97 from php-http/puli
Add puli configuration and binding types
2 parents 62b3d7d + e9f0979 commit ce1800c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.puli/
12
build/
23
vendor/
34
composer.lock

puli.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "1.0",
3+
"binding-types": {
4+
"Http\\Client\\HttpAsyncClient": {
5+
"description": "Async HTTP Client"
6+
},
7+
"Http\\Client\\HttpClient": {
8+
"description": "HTTP Client"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)