Skip to content

Commit

Permalink
Merge pull request php-http#20 from php-http/puli
Browse files Browse the repository at this point in the history
Add puli configuration and bindings
  • Loading branch information
sagikazarmark committed Dec 17, 2015
2 parents cd2f95e + 8b04857 commit e69bb10
Show file tree
Hide file tree
Showing 2 changed files with 16 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
15 changes: 15 additions & 0 deletions puli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "1.0",
"bindings": {
"04b5a002-71a8-473d-a8df-75671551b84a": {
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
"class": "Http\\Adapter\\Guzzle6HttpAdapter",
"type": "Http\\Client\\HttpClient"
},
"9c856476-7f6b-43df-a740-15420a5f839c": {
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
"class": "Http\\Adapter\\Guzzle6HttpAdapter",
"type": "Http\\Client\\HttpAsyncClient"
}
}
}

0 comments on commit e69bb10

Please sign in to comment.