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

Commit c431bbd

Browse files
committed
Add puli configuration and bindings
1 parent fd6971a commit c431bbd

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=5.5.0",
19-
"php-http/httplug": "1.0.0-alpha3",
19+
"php-http/httplug": "dev-puli",
2020
"php-http/client-tools": "^0.1",
2121
"guzzlehttp/guzzle": "^6.0"
2222
},

puli.json

Lines changed: 15 additions & 0 deletions
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)