From f33b19275cc418b0b25c75236228e579f90331d9 Mon Sep 17 00:00:00 2001 From: Dmitry Gopkalo Date: Mon, 11 Jan 2016 19:13:48 +0200 Subject: [PATCH] #12 - implements Puli support add bindings with "type": "Http\\Client\\HttpClient" --- .gitignore | 1 + puli.json | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 puli.json diff --git a/.gitignore b/.gitignore index e45d856..0af9785 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build/ vendor/ composer.lock phpunit.xml +/.puli diff --git a/puli.json b/puli.json new file mode 100644 index 0000000..cd0b1ee --- /dev/null +++ b/puli.json @@ -0,0 +1,11 @@ +{ + "version": "1.0", + "name": "php-http/guzzle5-adapter", + "bindings": { + "35746582-1b50-41ea-805b-a91da22fec16": { + "_class": "Puli\\Discovery\\Binding\\ClassBinding", + "class": "Http\\Adapter\\Guzzle5\\Client", + "type": "Http\\Client\\HttpClient" + } + } +}