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

Commit e69bb10

Browse files
committed
Merge pull request #20 from php-http/puli
Add puli configuration and bindings
2 parents cd2f95e + 8b04857 commit e69bb10

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.puli/
12
build/
23
vendor/
34
composer.lock

puli.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": "1.0",
3+
"bindings": {
4+
"04b5a002-71a8-473d-a8df-75671551b84a": {
5+
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
6+
"class": "Http\\Adapter\\Guzzle6HttpAdapter",
7+
"type": "Http\\Client\\HttpClient"
8+
},
9+
"9c856476-7f6b-43df-a740-15420a5f839c": {
10+
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
11+
"class": "Http\\Adapter\\Guzzle6HttpAdapter",
12+
"type": "Http\\Client\\HttpAsyncClient"
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)