Skip to content

Commit 29d2fac

Browse files
committed
Add puli discovery
1 parent 6cb8902 commit 29d2fac

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,3 +1,4 @@
1+
.puli
12
build/
23
vendor/
34
composer.lock

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+
"549d2931-726b-4f1a-b99c-179959605cfe": {
5+
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
6+
"class": "Http\\Client\\Socket\\Client",
7+
"type": "Http\\Client\\HttpClient"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)