Skip to content

Commit

Permalink
Merge pull request #97 from php-http/puli
Browse files Browse the repository at this point in the history
Add puli configuration and binding types
  • Loading branch information
sagikazarmark committed Dec 17, 2015
2 parents 62b3d7d + e9f0979 commit ce1800c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.puli/
build/
vendor/
composer.lock
Expand Down
11 changes: 11 additions & 0 deletions puli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "1.0",
"binding-types": {
"Http\\Client\\HttpAsyncClient": {
"description": "Async HTTP Client"
},
"Http\\Client\\HttpClient": {
"description": "HTTP Client"
}
}
}

0 comments on commit ce1800c

Please sign in to comment.