summaryrefslogtreecommitdiffstats
path: root/src/Http
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-28 09:30:58 +0200
committerRemi Collet <remi@php.net>2023-03-28 09:30:58 +0200
commit2696e716c4e7bd730ca5bcefbef35b4354da747a (patch)
tree27d69e881ff6c6018e4275ee3e21a5021e45cd08 /src/Http
parentccc0089c3f186aeea43a4234f7b036566daf8e2a (diff)
update to 4.4.12
Diffstat (limited to 'src/Http')
-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",