Skip to content

Commit ec9f776

Browse files
committed
Adds middleware locator
Based on the idea of the handlerLocator of Tactician this patch adds a middleware locator. To make this package more independend of the other packages of php-api-clients.
1 parent 0a2ebed commit ec9f776

File tree

6 files changed

+196
-51
lines changed

6 files changed

+196
-51
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"require-dev": {
1919
"api-clients/test-utilities": "^1.0",
20+
"container-interop/container-interop": "^1.1",
2021
"guzzlehttp/psr7": "^1.3"
2122
},
2223
"suggest": {

0 commit comments

Comments
 (0)