Skip to content

Commit 06df93c

Browse files
committed
use http-client to call api asynch
1 parent b38596c commit 06df93c

11 files changed

+2367
-121
lines changed

composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "raj/php-service",
3-
"type": "library",
3+
"type": "project",
44
"autoload": {
55
"psr-4": {
6-
"BearClaw\\": "src/BearClaw/"
6+
"BearClaw\\Warehousing\\": "src/BearClaw/Warehousing/"
77
}
88
},
99
"require-dev": {
@@ -14,5 +14,8 @@
1414
"name": "Raj",
1515
"email": "[email protected]"
1616
}
17-
]
17+
],
18+
"require": {
19+
"amphp/http-client": "^4.3"
20+
}
1821
}

0 commit comments

Comments
 (0)