Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit f33b192

Browse files
author
Dmitry Gopkalo
committed
#12 - implements Puli support add bindings with "type": "Http\\Client\\HttpClient"
1 parent d5b83d5 commit f33b192

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ build/
22
vendor/
33
composer.lock
44
phpunit.xml
5+
/.puli

puli.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "1.0",
3+
"name": "php-http/guzzle5-adapter",
4+
"bindings": {
5+
"35746582-1b50-41ea-805b-a91da22fec16": {
6+
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
7+
"class": "Http\\Adapter\\Guzzle5\\Client",
8+
"type": "Http\\Client\\HttpClient"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)