Skip to content

Commit 57efb04

Browse files
A whole new client (#93)
* Add a centralized dapr client * Url encode string * Don't url encode method name * Fix invocation * Do url encode the method * Update deps * Move invocation to a trait * Move each piece to a trait * Add an app id * Add bulk state support * Update client * Specify return type
1 parent d53e986 commit 57efb04

17 files changed

+1755
-172
lines changed

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@
2222
"nyholm/psr7": "^1.3",
2323
"nyholm/psr7-server": "^1.0",
2424
"php-di/invoker": "^2.3",
25-
"laminas/laminas-httphandlerrunner": "^1.3"
25+
"laminas/laminas-httphandlerrunner": "^1.3",
26+
"guzzlehttp/guzzle": "^7.3"
2627
},
2728
"require-dev": {
2829
"ext-xdebug": "*",
29-
"vimeo/psalm": "^4.3",
30-
"phpunit/phpunit": "^9"
30+
"phpunit/phpunit": "^9",
31+
"vimeo/psalm": "^4.7"
3132
},
3233
"autoload": {
3334
"psr-4": {

0 commit comments

Comments
 (0)