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

Commit 19c56c0

Browse files
committed
Merge pull request #14 from tonicforhealth/puli-support
Add Puli bindings, fixes #13, fixes #12
2 parents d5b83d5 + f33b192 commit 19c56c0

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)