summaryrefslogtreecommitdiffstats
path: root/src/Http/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Http/composer.json')
-rw-r--r--src/Http/composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Http/composer.json b/src/Http/composer.json
index c5d3842..c1ac3b3 100644
--- a/src/Http/composer.json
+++ b/src/Http/composer.json
@@ -35,7 +35,9 @@
"laminas/laminas-httphandlerrunner": "^1.0"
},
"provide": {
- "psr/http-client-implementation": "^1.0"
+ "psr/http-client-implementation": "^1.0",
+ "psr/http-server-server-implementation": "^1.0",
+ "psr/http-server-middleware-implementation": "^1.0"
},
"suggest": {
"cakephp/cache": "To use cache session storage",