Skip to content

Commit 21422a3

Browse files
committed
Add puli bindings
Fix #7
1 parent b0504ff commit 21422a3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

puli.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "1.0",
3+
"name": "php-http/react-adapter",
4+
"bindings": {
5+
"059ac065-ecb5-426c-959e-2f027a97bb59": {
6+
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
7+
"class": "Http\\Adapter\\React\\Client",
8+
"type": "Http\\Client\\HttpClient"
9+
},
10+
"dfb34752-b720-476b-9acc-e7f2f496fd1b": {
11+
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
12+
"class": "Http\\Adapter\\React\\Client",
13+
"type": "Http\\Client\\HttpAsyncClient"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)