Skip to content

Commit f729fe5

Browse files
committed
Add puli bindings
puli bind -f Kelunik\\Http\\Adapter\\Artax\\Client Http\\Client\\HttpClient
1 parent b8fcf75 commit f729fe5

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/.puli
12
/composer.lock
23
/vendor/

puli.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": "1.0",
3+
"bindings": {
4+
"6e73cd63-8035-41d0-a6d3-46d9375fc8ae": {
5+
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
6+
"class": "Kelunik\\Http\\Adapter\\Artax\\Client",
7+
"type": "Http\\Client\\HttpClient"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)