Skip to content

Commit

Permalink
Add puli configuration and binding types
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Dec 16, 2015
1 parent 62b3d7d commit e9f0979
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 e9f0979

Please sign in to comment.