Skip to content

Commit e9f0979

Browse files
committed
Add puli configuration and binding types
1 parent 62b3d7d commit e9f0979

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

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+
"binding-types": {
4+
"Http\\Client\\HttpAsyncClient": {
5+
"description": "Async HTTP Client"
6+
},
7+
"Http\\Client\\HttpClient": {
8+
"description": "HTTP Client"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)