From 41a5e07760f316052e8bc021db8aca6570c46baa Mon Sep 17 00:00:00 2001 From: Chris Hallgren Date: Tue, 7 Mar 2023 13:48:32 -0600 Subject: [PATCH] Adding provide PSR15 RequestHandlerInterface to core --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 2a62b03ec..7d307d1fe 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,9 @@ "php": ">=7.4.0", "cakephp/utility": "^4.0" }, + "provide": { + "psr/http-server-handler-implementation": "^1.0" + }, "suggest": { "cakephp/event": "To use PluginApplicationInterface or plugin applications.", "cakephp/cache": "To use Configure::store() and restore().",